public class OneOperandArgNoBlockNoResultCallInstr extends NoResultCallInstr
arguments, callSite, callSiteId, closure, methAddr, profile, receiver
EMPTY_OPERANDS
Constructor and Description |
---|
OneOperandArgNoBlockNoResultCallInstr(NoResultCallInstr call) |
Modifier and Type | Method and Description |
---|---|
Operand |
getArg1() |
Operand |
getReceiver() |
Object |
interpret(ThreadContext context,
DynamicScope dynamicScope,
IRubyObject self,
Object[] temp,
Block block) |
String |
toString() |
cloneForInlining, specializeForInterpretation, visit
blockInlining, canBeEval, canModifyCode, canSetDollarVars, cloneCallArgs, containsSplat, getCallArgs, getCallSite, getCallType, getClosureArg, getMethodAddr, getOperands, hasClosure, inliningBlocked, isAllConstants, isAllFixnums, isRubyInternalsCall, isStaticCallTarget, prepareArguments, prepareArgumentsComplex, prepareArgumentsSimple, prepareBlock, simplifyOperands, targetRequiresCallersBinding
canBeDeleted, canRaiseException, cloneForBlockCloning, cloneForInlinedClosure, cloneForInlinedScope, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, transfersControl
public OneOperandArgNoBlockNoResultCallInstr(NoResultCallInstr call)
public Operand getReceiver()
getReceiver
in class CallBase
public Operand getArg1()
public Object interpret(ThreadContext context, DynamicScope dynamicScope, IRubyObject self, Object[] temp, Block block)
Copyright © 2001–2016 JRuby. All rights reserved.