|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallInstr | |
---|---|
org.jruby.compiler.ir.instructions | |
org.jruby.compiler.ir.representations | |
org.jruby.compiler.ir.targets |
Uses of CallInstr in org.jruby.compiler.ir.instructions |
---|
Subclasses of CallInstr in org.jruby.compiler.ir.instructions | |
---|---|
class |
JRubyImplCallInstr
|
class |
RubyInternalCallInstr
|
Uses of CallInstr in org.jruby.compiler.ir.representations |
---|
Fields in org.jruby.compiler.ir.representations declared as CallInstr | |
---|---|
CallInstr |
InlinerInfo.call
|
Methods in org.jruby.compiler.ir.representations with parameters of type CallInstr | |
---|---|
void |
CFG.inlineMethod(IRMethod m,
BasicBlock callBB,
CallInstr call)
|
Constructors in org.jruby.compiler.ir.representations with parameters of type CallInstr | |
---|---|
InlinerInfo(CallInstr call,
CFG c)
|
Uses of CallInstr in org.jruby.compiler.ir.targets |
---|
Methods in org.jruby.compiler.ir.targets with parameters of type CallInstr | |
---|---|
void |
JVM.emitCALL(CallInstr call)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |