SSAAbstractInvokeInstruction |
IFlowGraph.getInstrReturningTo(LocalPointerKey pk)
get the SSAInvokeInstruction whose return value is assigned to a pointer key.
|
SSAAbstractInvokeInstruction |
AbstractFlowGraph.getInstrReturningTo(LocalPointerKey pk) |
Iterator<SSAAbstractInvokeInstruction> |
IFlowGraph.getInstrsPassingParam(LocalPointerKey pk) |
Iterator<SSAAbstractInvokeInstruction> |
AbstractFlowGraph.getInstrsPassingParam(LocalPointerKey pk) |
Iterator<PointerKeyAndCallSite> |
AbstractDemandFlowGraph.getParamPreds(LocalPointerKey pk) |
Iterator<PointerKeyAndCallSite> |
AbstractDemandFlowGraph.getParamSuccs(LocalPointerKey pk) |
Set<CGNode> |
IFlowGraph.getPossibleTargets(CGNode caller,
CallSiteReference site,
LocalPointerKey actualPk)
get the callees that should be considered at a particular call site
|
Set<CGNode> |
AbstractDemandFlowGraph.getPossibleTargets(CGNode node,
CallSiteReference site,
LocalPointerKey actualPk) |
Iterator<PointerKeyAndCallSite> |
AbstractDemandFlowGraph.getReturnPreds(LocalPointerKey pk) |
Iterator<PointerKeyAndCallSite> |
AbstractDemandFlowGraph.getReturnSuccs(LocalPointerKey pk) |
boolean |
IFlowGraph.isParam(LocalPointerKey pk) |
boolean |
AbstractFlowGraph.isParam(LocalPointerKey pk) |