|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegisterFactory | |
---|---|
joeq.Compiler.Analysis.FlowInsensitive | |
joeq.Compiler.Analysis.Primitive | |
joeq.Compiler.Quad | |
joeq.Interpreter |
Uses of RegisterFactory in joeq.Compiler.Analysis.FlowInsensitive |
---|
Fields in joeq.Compiler.Analysis.FlowInsensitive declared as RegisterFactory | |
---|---|
protected RegisterFactory |
MethodSummary.BuildMethodSummary.rf
The register factory. |
Uses of RegisterFactory in joeq.Compiler.Analysis.Primitive |
---|
Fields in joeq.Compiler.Analysis.Primitive declared as RegisterFactory | |
---|---|
protected RegisterFactory |
PrimitiveMethodSummary.BuildMethodSummary.rf
The register factory. |
Uses of RegisterFactory in joeq.Compiler.Quad |
---|
Methods in joeq.Compiler.Quad that return RegisterFactory | |
---|---|
RegisterFactory |
RegisterFactory.deepCopy()
|
RegisterFactory |
ControlFlowGraph.getRegisterFactory()
Returns the register factory used by this control flow graph. |
Methods in joeq.Compiler.Quad with parameters of type RegisterFactory | |
---|---|
void |
RegisterFactory.addAll(RegisterFactory that)
|
Map |
RegisterFactory.deepCopyInto(RegisterFactory that)
|
RegisterFactory.Register |
RegisterFactory.makePairedReg(RegisterFactory that,
RegisterFactory.Register r2)
|
Constructors in joeq.Compiler.Quad with parameters of type RegisterFactory | |
---|---|
ControlFlowGraph(jq_Method method,
int numOfExits,
int numOfExceptionHandlers,
RegisterFactory rf)
Creates a new ControlFlowGraph. |
Uses of RegisterFactory in joeq.Interpreter |
---|
Methods in joeq.Interpreter with parameters of type RegisterFactory | |
---|---|
void |
QuadInterpreter.interpretMethod(jq_Method m,
Object[] params,
RegisterFactory rf,
ControlFlowGraph cfg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |