Searched defs:DefineFixed (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc713 LInstruction* LChunkBuilder::DefineFixed( function in class:v8::internal::LChunkBuilder
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);
1167 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, r0), instr);
1175 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1215 return MarkAsCall(DefineFixed(new(zone()) LCallKeyed(key), r0), instr);
1221 return MarkAsCall(DefineFixed(ne
[all...]
/external/v8/src/ia32/
H A Dlithium-ia32.cc709 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr, function in class:v8::internal::LChunkBuilder
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);
1179 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, eax), instr);
1188 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1241 return MarkAsCall(DefineFixed(result, eax), instr);
1249 return MarkAsCall(DefineFixed(resul
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc713 LInstruction* LChunkBuilder::DefineFixed( function in class:v8::internal::LChunkBuilder
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);
1166 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, v0), instr);
1174 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1216 return MarkAsCall(DefineFixed(new(zone()) LCallKeyed(key), v0), instr);
1222 return MarkAsCall(DefineFixed(ne
[all...]
/external/v8/src/x64/
H A Dlithium-x64.cc707 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr, function in class:v8::internal::LChunkBuilder
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);
1160 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, rax), instr);
1168 return MarkAsCall(DefineFixed(result, rax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1205 return MarkAsCall(DefineFixed(result, rax), instr);
1211 return MarkAsCall(DefineFixed(ne
[all...]

Completed in 74 milliseconds