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