Searched defs:MarkAsCall (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc751 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
757 instr->MarkAsCall();
842 return MarkAsCall(DefineFixed(result, r0), instr);
908 return MarkAsCall(DefineFixed(result, r0), instr);
1088 return MarkAsCall(DefineFixed(result, r0), instr);
1097 return MarkAsCall(DefineFixed(result, r0), instr);
1118 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
1148 return MarkAsCall(new(zone()) LDeclareGlobals, instr);
1167 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, r0), instr);
1175 return MarkAsCall(DefineFixe
[all...]
H A Dlithium-arm.h259 void MarkAsCall() { is_call_ = true; } function in class:v8::internal::LInstruction
2368 LInstruction* MarkAsCall(
/external/v8/src/ia32/
H A Dlithium-ia32.cc748 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
754 instr->MarkAsCall();
842 return MarkAsCall(DefineFixed(result, eax), instr);
909 return MarkAsCall(DefineFixed(result, eax), instr);
1095 return MarkAsCall(DefineFixed(result, eax), instr);
1106 return MarkAsCall(DefineFixed(result, eax), instr);
1129 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1160 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1179 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, eax), instr);
1188 return MarkAsCall(DefineFixe
[all...]
H A Dlithium-ia32.h255 void MarkAsCall() { is_call_ = true; } function in class:v8::internal::LInstruction
2470 LInstruction* MarkAsCall(
/external/v8/src/mips/
H A Dlithium-mips.cc751 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
757 instr->MarkAsCall();
842 return MarkAsCall(DefineFixed(result, v0), instr);
908 return MarkAsCall(DefineFixed(result, v0), instr);
1087 return MarkAsCall(DefineFixed(result, v0), instr);
1096 return MarkAsCall(DefineFixed(result, v0), instr);
1117 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1147 return MarkAsCall(new(zone()) LDeclareGlobals, instr);
1166 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, v0), instr);
1174 return MarkAsCall(DefineFixe
[all...]
H A Dlithium-mips.h258 void MarkAsCall() { is_call_ = true; } function in class:v8::internal::LInstruction
2348 LInstruction* MarkAsCall(
/external/v8/src/x64/
H A Dlithium-x64.cc746 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
752 instr->MarkAsCall();
837 return MarkAsCall(DefineFixed(result, rax), instr);
903 return MarkAsCall(DefineFixed(result, rax), instr);
1082 return MarkAsCall(DefineFixed(result, rax), instr);
1091 return MarkAsCall(DefineFixed(result, rax), instr);
1112 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
1142 return MarkAsCall(new(zone()) LDeclareGlobals, instr);
1160 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, rax), instr);
1168 return MarkAsCall(DefineFixe
[all...]
H A Dlithium-x64.h260 void MarkAsCall() { is_call_ = true; } function in class:v8::internal::LInstruction
2334 LInstruction* MarkAsCall(

Completed in 166 milliseconds