public class JRubyImplCallInstr extends CallInstr
| Constructor and Description |
|---|
JRubyImplCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args) |
JRubyImplCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
| 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,
|
Label |
interpret(InterpreterContext interp,
IRubyObject self) |
boolean |
isStaticCallTarget() |
canBeEval, canCaptureCallersBinding, canModifyCode, cloneCallArgs, getCallArgs, getClosureArg, getMethodAddr, getOperands, getReceiver, getTargetMethod, getTargetMethodWithReceiver, interpret_with_inline, isLVADataflowBarrier, isRubyInternalsCall, requiresBinding, setMethodAddr, simplifyOperands, toStringcloneOperandsForInlining, prepareArgumentscanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResultpublic JRubyImplCallInstr(Variable result, MethAddr methAddr, Operand receiver, Operand[] args)
public boolean isStaticCallTarget()
isStaticCallTarget in class CallInstrpublic Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class CallInstrpublic Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.