| Package | Description |
|---|---|
| org.jruby.compiler | |
| org.jruby.ir.targets |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JITCompiler.MethodJITClassGenerator.compile(JVMVisitorMethodContext context) |
protected void |
JITCompiler.BlockJITClassGenerator.compile(JVMVisitorMethodContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMVisitor.codegenScope(IRScope scope,
JVMVisitorMethodContext context) |
byte[] |
JVMVisitor.compileToBytecode(IRScope scope,
JVMVisitorMethodContext context) |
void |
JVMVisitor.emitBlockJIT(IRClosure closure,
JVMVisitorMethodContext context) |
void |
JVMVisitor.emitMethod(IRMethod method,
JVMVisitorMethodContext context) |
void |
JVMVisitor.emitMethodJIT(IRMethod method,
JVMVisitorMethodContext context) |
Copyright © 2001-2016 JRuby. All Rights Reserved.