Lines Matching refs:MarkAsCall
586 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder
593 instr->MarkAsCall(); in MarkAsCall()
732 return MarkAsCall(DefineFixedDouble(result, f2), instr); in DoArithmeticD()
753 return MarkAsCall(DefineFixed(result, v0), instr); in DoArithmeticT()
981 return MarkAsCall(DefineFixed(result, v0), instr); in DoInstanceOf()
1012 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments()
1063 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
1073 return MarkAsCall(DefineFixed(result, v0), instr); in DoCallJSFunction()
1100 return MarkAsCall(DefineFixed(result, v0), instr); in DoCallWithDescriptor()
1108 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction()
1143 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
1223 return MarkAsCall(DefineFixed(result, v0), instr); in DoCallNewArray()
1239 return MarkAsCall(DefineFixed(call, v0), instr); in DoCallFunction()
1245 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), v0), instr); in DoCallRuntime()
1647 return MarkAsCall(DefineFixedDouble(result, f0), in DoPower()
1660 return MarkAsCall(DefineFixed(result, v0), instr); in DoCompareGeneric()
1738 return MarkAsCall(result, instr); in DoStringCompareAndBranch()
2057 return MarkAsCall(DefineFixed(result, v0), instr); in DoLoadGlobalGeneric()
2107 return MarkAsCall(result, instr); in DoLoadNamedGeneric()
2184 return MarkAsCall(result, instr); in DoLoadKeyedGeneric()
2251 return MarkAsCall(result, instr); in DoStoreKeyedGeneric()
2268 return MarkAsCall(result, instr); in DoTransitionElementsKind()
2345 return MarkAsCall(result, instr); in DoStoreNamedGeneric()
2353 return MarkAsCall( in DoStringAdd()
2433 return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), v0), instr); in DoCallStub()
2466 return MarkAsCall(DefineFixed(result, v0), instr); in DoToFastProperties()
2474 return MarkAsCall(DefineFixed(result, v0), instr); in DoTypeof()
2492 return MarkAsCall(new(zone()) LStackCheck(context), instr); in DoStackCheck()
2546 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY); in DoForInPrepareMap()
2584 return MarkAsCall(DefineFixed(result, cp), instr); in DoAllocateBlockContext()