|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethAddr | |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.instructions | |
org.jruby.compiler.ir.operands |
Uses of MethAddr in org.jruby.compiler.ir |
---|
Methods in org.jruby.compiler.ir with parameters of type MethAddr | |
---|---|
Operand |
IRBuilder.generateJRubyUtilityCall(IRScope m,
MethAddr meth,
Operand receiver,
Operand[] args)
|
Uses of MethAddr in org.jruby.compiler.ir.instructions |
---|
Methods in org.jruby.compiler.ir.instructions that return MethAddr | |
---|---|
MethAddr |
CallInstr.getMethodAddr()
|
Methods in org.jruby.compiler.ir.instructions with parameters of type MethAddr | |
---|---|
void |
CallInstr.setMethodAddr(MethAddr mh)
|
Constructors in org.jruby.compiler.ir.instructions with parameters of type MethAddr | |
---|---|
CallInstr(Operation op,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure)
|
|
CallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure)
|
|
JRubyImplCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args)
|
|
JRubyImplCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure)
|
|
RubyInternalCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args)
|
|
RubyInternalCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure)
|
Uses of MethAddr in org.jruby.compiler.ir.operands |
---|
Fields in org.jruby.compiler.ir.operands declared as MethAddr | |
---|---|
static MethAddr |
MethAddr.DEFINE_ALIAS
|
static MethAddr |
MethAddr.FOR_EACH
|
static MethAddr |
MethAddr.GET_FILE_NAME
|
static MethAddr |
MethAddr.GVAR_ALIAS
|
static MethAddr |
MethAddr.MATCH
|
static MethAddr |
MethAddr.MATCH2
|
static MethAddr |
MethAddr.MATCH3
|
static MethAddr |
MethAddr.RETRIEVE_CONSTANT
|
static MethAddr |
MethAddr.SET_WITHIN_DEFINED
|
static MethAddr |
MethAddr.SUPER
|
static MethAddr |
MethAddr.TO_ARY
|
static MethAddr |
MethAddr.UNDEF_METHOD
|
static MethAddr |
MethAddr.ZSUPER
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |