Searched refs:MarkAsCall (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.cc | 724 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 730 instr->MarkAsCall(); in MarkAsCall() 815 return MarkAsCall(DefineFixed(result, rax), instr); in DoBit() 829 return MarkAsCall(DefineFixed(result, rax), instr); in DoShift() 896 return MarkAsCall(DefineFixed(result, rax), instr); in DoArithmeticT() 1069 return MarkAsCall(result, instr); in DoTest() 1109 return MarkAsCall(result, instr); in DoTest() 1152 return MarkAsCall(DefineFixed(result, rax), instr); in DoInstanceOf() 1161 return MarkAsCall(DefineFixed(result, rax), instr); in DoInstanceOfKnownGlobal() 1174 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() [all …]
|
D | lithium-x64.h | 237 void MarkAsCall() { is_call_ = true; } in MarkAsCall() function 2122 LInstruction* MarkAsCall(
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 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() [all …]
|
D | lithium-ia32.h | 237 void MarkAsCall() { is_call_ = true; } in MarkAsCall() function 2196 LInstruction* MarkAsCall(
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 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() [all …]
|
D | lithium-arm.h | 236 void MarkAsCall() { is_call_ = true; } in MarkAsCall() function 2139 LInstruction* MarkAsCall(
|
/external/v8/src/mips/ |
D | lithium-mips.h | 91 void MarkAsCall() { UNIMPLEMENTED(); } in MarkAsCall() function
|