|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcedureInstr | |
---|---|
com.joanju.cg.api | Programmer's API to Callgraph. |
com.joanju.cg.bytecode | |
com.joanju.cg.compileunit | |
com.joanju.cg.core |
Uses of ProcedureInstr in com.joanju.cg.api |
---|
Methods in com.joanju.cg.api that return ProcedureInstr | |
---|---|
ProcedureInstr |
Procedure.getBytecode()
Get the (low-level) Bytecode instruction record for this Procedure. |
Uses of ProcedureInstr in com.joanju.cg.bytecode |
---|
Fields in com.joanju.cg.bytecode with type parameters of type ProcedureInstr | |
---|---|
protected java.util.HashSet<ProcedureInstr> |
AbstractCall.externalMatching
Note stored. |
protected java.util.HashSet<ProcedureInstr> |
AbstractCall.externalUnmatched
Note stored. |
Methods in com.joanju.cg.bytecode that return types with arguments of type ProcedureInstr | |
---|---|
java.util.ArrayList<ProcedureInstr> |
AbstractCall.getAllTargetProcedures()
Get a list of all ProcedureInstr call targets, including those with mismatched method signatures. |
Uses of ProcedureInstr in com.joanju.cg.compileunit |
---|
Methods in com.joanju.cg.compileunit that return ProcedureInstr | |
---|---|
ProcedureInstr |
InstructionSet.getProcedureInstrFor(int address)
For an input instruction address, get the ProcedureInstr for the procedure it belongs to. |
Uses of ProcedureInstr in com.joanju.cg.core |
---|
Methods in com.joanju.cg.core that return ProcedureInstr | |
---|---|
ProcedureInstr |
UnresolvedProcedure.getInstr()
|
Methods in com.joanju.cg.core with parameters of type ProcedureInstr | |
---|---|
static UnresolvedProcedure |
UnresolvedProcedure.lookupMatching(ProcedureInstr proc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |