Package | Description |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.dataflow | |
org.jruby.compiler.ir.dataflow.analyses | |
org.jruby.compiler.ir.representations | |
org.jruby.interpreter |
Modifier and Type | Method and Description |
---|---|
CFG |
IRExecutionScope.buildCFG() |
CFG |
IRExecutionScope.getCFG() |
Modifier and Type | Field and Description |
---|---|
protected CFG |
DataFlowProblem._cfg |
Modifier and Type | Method and Description |
---|---|
CFG |
DataFlowProblem.getCFG() |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowProblem.setup(CFG c) |
Modifier and Type | Method and Description |
---|---|
void |
LiveVariablesProblem.setup(CFG c) |
Modifier and Type | Field and Description |
---|---|
CFG |
InlinerInfo.callerCFG |
Modifier and Type | Method and Description |
---|---|
void |
BasicBlock.updateCFG(CFG c) |
Constructor and Description |
---|
BasicBlock(CFG c,
Label l) |
InlinerInfo(CallInstr call,
CFG c) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.