|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CFG | |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.dataflow | |
org.jruby.compiler.ir.dataflow.analyses | |
org.jruby.compiler.ir.representations | |
org.jruby.interpreter |
Uses of CFG in org.jruby.compiler.ir |
---|
Methods in org.jruby.compiler.ir that return CFG | |
---|---|
CFG |
IRExecutionScope.buildCFG()
|
CFG |
IRExecutionScope.getCFG()
|
Uses of CFG in org.jruby.compiler.ir.dataflow |
---|
Fields in org.jruby.compiler.ir.dataflow declared as CFG | |
---|---|
protected CFG |
DataFlowProblem._cfg
|
Methods in org.jruby.compiler.ir.dataflow that return CFG | |
---|---|
CFG |
DataFlowProblem.getCFG()
|
Methods in org.jruby.compiler.ir.dataflow with parameters of type CFG | |
---|---|
void |
DataFlowProblem.setup(CFG c)
|
Uses of CFG in org.jruby.compiler.ir.dataflow.analyses |
---|
Methods in org.jruby.compiler.ir.dataflow.analyses with parameters of type CFG | |
---|---|
void |
LiveVariablesProblem.setup(CFG c)
|
Uses of CFG in org.jruby.compiler.ir.representations |
---|
Fields in org.jruby.compiler.ir.representations declared as CFG | |
---|---|
CFG |
InlinerInfo.callerCFG
|
Methods in org.jruby.compiler.ir.representations with parameters of type CFG | |
---|---|
void |
BasicBlock.updateCFG(CFG c)
|
Constructors in org.jruby.compiler.ir.representations with parameters of type CFG | |
---|---|
BasicBlock(CFG c,
Label l)
|
|
InlinerInfo(CallInstr call,
CFG c)
|
Uses of CFG in org.jruby.interpreter |
---|
Methods in org.jruby.interpreter with parameters of type CFG | |
---|---|
static IRubyObject |
Interpreter.INTERPRET_METHOD(ThreadContext context,
CFG cfg,
InterpreterContext interp,
java.lang.String name,
RubyModule implClass,
boolean isTraceable)
|
static IRubyObject |
Interpreter.interpret(ThreadContext context,
CFG cfg,
InterpreterContext interp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |