public static class JITCompiler.JITClassGenerator extends Object implements ClassCache.ClassGenerator
Constructor and Description |
---|
JITCompiler.JITClassGenerator(String className,
String methodName,
String key,
Ruby ruby,
DefaultMethod method,
JITCompiler.JITCounts counts) |
Modifier and Type | Method and Description |
---|---|
byte[] |
bytecode() |
CallConfiguration |
callConfig() |
protected void |
compile() |
void |
generate() |
String |
name() |
String |
toString() |
public JITCompiler.JITClassGenerator(String className, String methodName, String key, Ruby ruby, DefaultMethod method, JITCompiler.JITCounts counts)
protected void compile()
public void generate()
generate
in interface ClassCache.ClassGenerator
public byte[] bytecode()
bytecode
in interface ClassCache.ClassGenerator
public String name()
name
in interface ClassCache.ClassGenerator
public CallConfiguration callConfig()
Copyright © 2001-2016 JRuby. All Rights Reserved.