Lines Matching refs:MarkAsCall
729 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder
735 instr->MarkAsCall(); in MarkAsCall()
820 return MarkAsCall(DefineFixed(result, r0), instr); in DoBit()
834 return MarkAsCall(DefineFixed(result, r0), instr); in DoShift()
901 return MarkAsCall(DefineFixed(result, r0), instr); in DoArithmeticT()
1071 return MarkAsCall(result, instr); in DoTest()
1109 return MarkAsCall(result, instr); in DoTest()
1153 return MarkAsCall(DefineFixed(result, r0), instr); in DoInstanceOf()
1161 return MarkAsCall(DefineFixed(result, r0), instr); in DoInstanceOfKnownGlobal()
1174 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments()
1211 return MarkAsCall(DefineFixed(new LCallConstantFunction, r0), instr); in DoCallConstantFunction()
1220 return MarkAsCall(DefineFixedDouble(result, d2), instr); in DoUnaryMathOperation()
1248 return MarkAsCall(DefineFixed(new LCallKeyed(key), r0), instr); in DoCallKeyed()
1254 return MarkAsCall(DefineFixed(new LCallNamed, r0), instr); in DoCallNamed()
1260 return MarkAsCall(DefineFixed(new LCallGlobal, r0), instr); in DoCallGlobal()
1266 return MarkAsCall(DefineFixed(new LCallKnownGlobal, r0), instr); in DoCallKnownGlobal()
1274 return MarkAsCall(DefineFixed(result, r0), instr); in DoCallNew()
1280 return MarkAsCall(DefineFixed(new LCallFunction, r0), instr); in DoCallFunction()
1286 return MarkAsCall(DefineFixed(new LCallRuntime, r0), instr); in DoCallRuntime()
1377 return MarkAsCall(DefineFixedDouble(result, d1), instr); in DoMod()
1454 return MarkAsCall(DefineFixedDouble(result, d3), in DoPower()
1482 return MarkAsCall(DefineFixed(result, r0), instr); in DoCompare()
1594 return MarkAsCall(new LThrow(value), instr); in DoThrow()
1737 return MarkAsCall(DefineFixed(result, r0), instr); in DoLoadGlobalGeneric()
1758 return MarkAsCall(result, instr); in DoStoreGlobalGeneric()
1794 return MarkAsCall(DefineFixed(result, r0), instr); in DoLoadNamedFieldPolymorphic()
1806 return MarkAsCall(result, instr); in DoLoadNamedGeneric()
1866 return MarkAsCall(result, instr); in DoLoadKeyedGeneric()
1921 return MarkAsCall(new LStoreKeyedGeneric(obj, key, val), instr); in DoStoreKeyedGeneric()
1945 return MarkAsCall(result, instr); in DoStoreNamedGeneric()
1971 return MarkAsCall(DefineFixed(new LArrayLiteral, r0), instr); in DoArrayLiteral()
1976 return MarkAsCall(DefineFixed(new LObjectLiteral, r0), instr); in DoObjectLiteral()
1981 return MarkAsCall(DefineFixed(new LRegExpLiteral, r0), instr); in DoRegExpLiteral()
1986 return MarkAsCall(DefineFixed(new LFunctionLiteral, r0), instr); in DoFunctionLiteral()
1994 return MarkAsCall(DefineFixed(result, r0), instr); in DoDeleteProperty()
2023 return MarkAsCall(DefineFixed(new LCallStub, r0), instr); in DoCallStub()
2048 return MarkAsCall(DefineFixed(result, r0), instr); in DoToFastProperties()
2054 return MarkAsCall(DefineFixed(result, r0), instr); in DoTypeof()
2100 return MarkAsCall(new LStackCheck, instr); in DoStackCheck()