Lines Matching refs:MarkAsCall
723 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder
729 instr->MarkAsCall(); in MarkAsCall()
814 return MarkAsCall(DefineFixed(result, eax), instr); in DoBit()
828 return MarkAsCall(DefineFixed(result, eax), instr); in DoShift()
895 return MarkAsCall(DefineFixed(result, eax), instr); in DoArithmeticT()
1068 return MarkAsCall(result, instr); in DoTest()
1115 return MarkAsCall(result, instr); in DoTest()
1159 return MarkAsCall(DefineFixed(result, eax), instr); in DoInstanceOf()
1169 return MarkAsCall(DefineFixed(result, eax), instr); in DoInstanceOfKnownGlobal()
1184 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments()
1221 return MarkAsCall(DefineFixed(new LCallConstantFunction, eax), instr); in DoCallConstantFunction()
1236 return MarkAsCall(DefineFixedDouble(result, xmm1), instr); in DoUnaryMathOperation()
1265 return MarkAsCall(DefineFixed(result, eax), instr); in DoCallKeyed()
1273 return MarkAsCall(DefineFixed(result, eax), instr); in DoCallNamed()
1281 return MarkAsCall(DefineFixed(result, eax), instr); in DoCallGlobal()
1287 return MarkAsCall(DefineFixed(new LCallKnownGlobal, eax), instr); in DoCallKnownGlobal()
1296 return MarkAsCall(DefineFixed(result, eax), instr); in DoCallNew()
1304 return MarkAsCall(DefineFixed(result, eax), instr); in DoCallFunction()
1310 return MarkAsCall(DefineFixed(new LCallRuntime, eax), instr); in DoCallRuntime()
1406 return MarkAsCall(DefineFixedDouble(result, xmm1), instr); in DoMod()
1485 return MarkAsCall(DefineFixedDouble(result, xmm3), instr, in DoPower()
1512 return MarkAsCall(DefineFixed(result, eax), instr); in DoCompare()
1625 return MarkAsCall(new LThrow(value), instr); in DoThrow()
1766 return MarkAsCall(DefineFixed(result, eax), instr); in DoLoadGlobalGeneric()
1783 return MarkAsCall(result, instr); in DoStoreGlobalGeneric()
1823 return MarkAsCall(DefineFixed(result, eax), instr); in DoLoadNamedFieldPolymorphic()
1836 return MarkAsCall(DefineFixed(result, eax), instr); in DoLoadNamedGeneric()
1899 return MarkAsCall(DefineFixed(result, eax), instr); in DoLoadKeyedGeneric()
1970 return MarkAsCall(result, instr); in DoStoreKeyedGeneric()
2001 return MarkAsCall(result, instr); in DoStoreNamedGeneric()
2027 return MarkAsCall(DefineFixed(new LArrayLiteral, eax), instr); in DoArrayLiteral()
2033 return MarkAsCall(DefineFixed(new LObjectLiteral(context), eax), instr); in DoObjectLiteral()
2038 return MarkAsCall(DefineFixed(new LRegExpLiteral, eax), instr); in DoRegExpLiteral()
2043 return MarkAsCall(DefineFixed(new LFunctionLiteral, eax), instr); in DoFunctionLiteral()
2050 return MarkAsCall(DefineFixed(result, eax), instr); in DoDeleteProperty()
2081 return MarkAsCall(DefineFixed(result, eax), instr); in DoCallStub()
2106 return MarkAsCall(DefineFixed(result, eax), instr); in DoToFastProperties()
2112 return MarkAsCall(DefineFixed(result, eax), instr); in DoTypeof()
2159 return MarkAsCall(new LStackCheck, instr); in DoStackCheck()