public class MethodLookupInstr extends OneOperandInstr
| Constructor and Description |
|---|
MethodLookupInstr(Variable dest,
MethodHandle mh) |
MethodLookupInstr(Variable dest,
Operand methodName,
Operand receiver) |
| Modifier and Type | Method and Description |
|---|---|
Instr |
cloneForInlining(InlinerInfo ii)
Clone the instruction for inlining -- this will rename all variables (including local variables and self!)
and replace RECV_ARG and RETURN instructions to regular copy instructions,
|
MethodHandle |
getMethodHandle() |
Label |
interpret(InterpreterContext interp,
IRubyObject self) |
getArg, getOperands, simplifyOperands, toStringcanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResultpublic MethodLookupInstr(Variable dest, MethodHandle mh)
public MethodHandle getMethodHandle()
public Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class Instrpublic Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.