Package | Description |
---|---|
org.jruby.compiler | |
org.jruby.compiler.impl | |
org.jruby.runtime.opto |
Modifier and Type | Method and Description |
---|---|
CompiledBlockCallback |
JITCompiler.compileBlock(ThreadContext context,
StandardASMCompiler asmCompiler,
IterNode iterNode) |
CompiledBlockCallback19 |
JITCompiler.compileBlock19(ThreadContext context,
StandardASMCompiler asmCompiler,
IterNode iterNode) |
Modifier and Type | Field and Description |
---|---|
protected StandardASMCompiler |
BaseBodyCompiler.script |
protected StandardASMCompiler |
InheritedCacheCompiler.scriptCompiler |
Modifier and Type | Method and Description |
---|---|
StandardASMCompiler |
BaseBodyCompiler.getScriptCompiler() |
Constructor and Description |
---|
BaseBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
int scopeIndex) |
ChainedChildBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
ChildScopedBodyCompiler parent) |
ChainedChildBodyCompiler19(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
ChildScopedBodyCompiler parent) |
ChainedRootBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
RootScopedBodyCompiler parent) |
ChildScopedBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String closureMethodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
int scopeIndex) |
ChildScopedBodyCompiler19(StandardASMCompiler scriptCompiler,
java.lang.String closureMethodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
int scopeIndex) |
ClassBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String friendlyName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
int scopeIndex) |
InheritedCacheCompiler(StandardASMCompiler scriptCompiler) |
InvokeDynamicCacheCompiler(StandardASMCompiler scriptCompiler) |
MethodBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String rubyName,
java.lang.String javaName,
ASTInspector inspector,
StaticScope scope,
int scopeIndex) |
RootScopedBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String friendlyName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
int scopeIndex) |
Modifier and Type | Method and Description |
---|---|
static CacheCompiler |
OptoFactory.newCacheCompiler(StandardASMCompiler scriptCompiler) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.