Searched refs:DefineFixed (Results 1 - 16 of 16) sorted by relevance

/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...]
H A Dlithium-x64.h2317 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
/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...]
H A Dlithium-arm.h2355 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
/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...]
H A Dlithium-mips.h2335 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc631 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr, function in class:v8::internal::LChunkBuilder
756 return MarkAsCall(DefineFixed(result, eax), instr);
836 return MarkAsCall(DefineFixed(result, eax), instr);
1112 return MarkAsCall(DefineFixed(result, eax), instr);
1123 return MarkAsCall(DefineFixed(result, eax), instr);
1152 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1183 return DefineFixed(new(zone()) LContext, esi);
1217 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, eax), instr);
1226 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1336 return MarkAsCall(DefineFixed(resul
[all...]
H A Dlithium-ia32.h2861 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
/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...]
H A Dlithium-ia32.h2453 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc587 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr, function in class:v8::internal::LChunkBuilder
711 return MarkAsCall(DefineFixed(result, rax), instr);
780 return MarkAsCall(DefineFixed(result, rax), instr);
1044 return MarkAsCall(DefineFixed(result, rax), instr);
1053 return MarkAsCall(DefineFixed(result, rax), instr);
1080 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
1144 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, rax), instr);
1152 return MarkAsCall(DefineFixed(result, rax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1254 return MarkAsCall(DefineFixed(result, rax), instr);
1260 return MarkAsCall(DefineFixed(ne
[all...]
H A Dlithium-x64.h2635 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc580 LInstruction* LChunkBuilder::DefineFixed( function in class:v8::internal::LChunkBuilder
702 return MarkAsCall(DefineFixed(result, r0), instr);
781 return MarkAsCall(DefineFixed(result, r0), instr);
1045 return MarkAsCall(DefineFixed(result, r0), instr);
1054 return MarkAsCall(DefineFixed(result, r0), instr);
1081 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
1146 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, r0), instr);
1154 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1258 return MarkAsCall(DefineFixed(new(zone()) LCallKeyed(key), r0), instr);
1264 return MarkAsCall(DefineFixed(ne
[all...]
H A Dlithium-arm.h2731 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc585 LInstruction* LChunkBuilder::DefineFixed( function in class:v8::internal::LChunkBuilder
707 return MarkAsCall(DefineFixed(result, v0), instr);
786 return MarkAsCall(DefineFixed(result, v0), instr);
1045 return MarkAsCall(DefineFixed(result, v0), instr);
1054 return MarkAsCall(DefineFixed(result, v0), instr);
1081 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1146 return MarkAsCall(DefineFixed(new(zone()) LCallConstantFunction, v0), instr);
1154 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1260 return MarkAsCall(DefineFixed(new(zone()) LCallKeyed(key), v0), instr);
1266 return MarkAsCall(DefineFixed(ne
[all...]
H A Dlithium-mips.h2689 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,

Completed in 197 milliseconds