public static class JITCompiler.MethodJITClassGenerator extends Object
Constructor and Description |
---|
MethodJITClassGenerator(String className,
String methodName,
String key,
Ruby ruby,
MixedModeIRMethod method,
JVMVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
byte[] |
bytecode() |
protected void |
compile(JVMVisitorMethodContext context) |
void |
generate() |
String |
name() |
String |
toString() |
public MethodJITClassGenerator(String className, String methodName, String key, Ruby ruby, MixedModeIRMethod method, JVMVisitor visitor)
protected void compile(JVMVisitorMethodContext context)
public void generate()
public byte[] bytecode()
public String name()
Copyright © 2001-2016 JRuby. All Rights Reserved.