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, toString
cloneOperandsForInlining, prepareArguments
canRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResult
public JRubyImplCallInstr(Variable result, MethAddr methAddr, Operand receiver, Operand[] args)
public boolean isStaticCallTarget()
isStaticCallTarget
in class CallInstr
public Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class CallInstr
public Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.