Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.instructions.specialized | |
org.jruby.ir.transformations.inlining |
Modifier and Type | Method and Description |
---|---|
void |
IRScope.inlineMethod(IRScope method,
RubyModule implClass,
int classToken,
BasicBlock basicBlock,
CallBase call,
boolean cloneHost) |
Modifier and Type | Class and Description |
---|---|
class |
AttrAssignInstr |
class |
CallInstr |
class |
ClassSuperInstr |
class |
ConstMissingInstr |
class |
InstanceSuperInstr |
class |
NoResultCallInstr |
class |
UnresolvedSuperInstr |
class |
ZSuperInstr |
Modifier and Type | Class and Description |
---|---|
class |
OneArgOperandAttrAssignInstr |
class |
OneFixnumArgNoBlockCallInstr |
class |
OneFloatArgNoBlockCallInstr |
class |
OneOperandArgBlockCallInstr |
class |
OneOperandArgNoBlockCallInstr |
class |
OneOperandArgNoBlockNoResultCallInstr |
class |
ZeroOperandArgNoBlockCallInstr |
Modifier and Type | Method and Description |
---|---|
void |
CFGInliner.inlineMethod(IRScope scope,
RubyModule implClass,
int classToken,
BasicBlock callBB,
CallBase call,
boolean cloneHost) |
Constructor and Description |
---|
InlineCloneInfo(CallBase call,
CFG c,
Variable callReceiver,
IRScope scopeBeingInlined) |
Copyright © 2001-2015 JRuby. All Rights Reserved.