Package | Description |
---|---|
org.jruby.compiler | |
org.jruby.internal.runtime.methods | |
org.jruby.ir.interpreter |
Modifier and Type | Method and Description |
---|---|
void |
JITCompiler.jitThresholdReached(InterpretedIRMethod method,
RubyInstanceConfig config,
ThreadContext context,
String className,
String methodName) |
Constructor and Description |
---|
JITCompiler.JITClassGenerator(String className,
String methodName,
String key,
Ruby ruby,
InterpretedIRMethod method,
JVMVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
InterpretedIRMetaClassBody |
Modifier and Type | Method and Description |
---|---|
protected void |
InterpretedIRMethod.dupBox(InterpretedIRMethod orig) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Interpreter.INTERPRET_METHOD(ThreadContext context,
InterpretedIRMethod method,
IRubyObject self,
String name,
IRubyObject[] args,
Block block) |
Copyright © 2001-2015 JRuby. All Rights Reserved.