/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 635 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 643 instr->MarkAsCall(); in MarkAsCall() 759 return MarkAsCall(DefineSameAsFirst(result), instr); in DoArithmeticD() 780 return MarkAsCall(DefineFixed(result, eax), instr); in DoArithmeticT() 1032 return MarkAsCall(DefineFixed(result, eax), instr); in DoInstanceOf() 1066 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1117 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals() 1127 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoCallJSFunction() 1153 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoCallWithDescriptor() 1161 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction() [all …]
|
D | lithium-x87.h | 233 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 2767 LInstruction* MarkAsCall(
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 586 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 593 instr->MarkAsCall(); in MarkAsCall() 732 return MarkAsCall(DefineFixedDouble(result, f2), instr); in DoArithmeticD() 753 return MarkAsCall(DefineFixed(result, v0), instr); in DoArithmeticT() 981 return MarkAsCall(DefineFixed(result, v0), instr); in DoInstanceOf() 1012 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1063 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals() 1073 return MarkAsCall(DefineFixed(result, v0), instr); in DoCallJSFunction() 1100 return MarkAsCall(DefineFixed(result, v0), instr); in DoCallWithDescriptor() 1108 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction() [all …]
|
D | lithium-mips64.h | 231 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 2762 LInstruction* MarkAsCall(
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 586 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 593 instr->MarkAsCall(); in MarkAsCall() 732 return MarkAsCall(DefineFixedDouble(result, f2), instr); in DoArithmeticD() 753 return MarkAsCall(DefineFixed(result, v0), instr); in DoArithmeticT() 981 return MarkAsCall(DefineFixed(result, v0), instr); in DoInstanceOf() 1012 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1063 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals() 1073 return MarkAsCall(DefineFixed(result, v0), instr); in DoCallJSFunction() 1100 return MarkAsCall(DefineFixed(result, v0), instr); in DoCallWithDescriptor() 1108 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction() [all …]
|
D | lithium-mips.h | 228 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 2716 LInstruction* MarkAsCall(
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 591 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 598 instr->MarkAsCall(); in MarkAsCall() 736 return MarkAsCall(DefineFixedDouble(result, d1), instr); in DoArithmeticD() 757 return MarkAsCall(DefineFixed(result, r3), instr); in DoArithmeticT() 990 return MarkAsCall(DefineFixed(result, r3), instr); in DoInstanceOf() 1019 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1069 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals() 1078 return MarkAsCall(DefineFixed(result, r3), instr); in DoCallJSFunction() 1104 return MarkAsCall(DefineFixed(result, r3), instr); in DoCallWithDescriptor() 1112 return MarkAsCall(DefineFixed(result, r3), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction() [all …]
|
D | lithium-ppc.h | 227 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 2641 LInstruction* MarkAsCall(
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 613 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 621 instr->MarkAsCall(); in MarkAsCall() 745 return MarkAsCall(DefineSameAsFirst(result), instr); in DoArithmeticD() 767 return MarkAsCall(DefineFixed(result, rax), instr); in DoArithmeticT() 998 return MarkAsCall(DefineFixed(result, rax), instr); in DoInstanceOf() 1029 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1080 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals() 1090 return MarkAsCall(DefineFixed(result, rax), instr); in DoCallJSFunction() 1117 return MarkAsCall(DefineFixed(result, rax), instr); in DoCallWithDescriptor() 1125 return MarkAsCall(DefineFixed(result, rax), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction() [all …]
|
D | lithium-x64.h | 228 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 2738 LInstruction* MarkAsCall(
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 629 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 637 instr->MarkAsCall(); in MarkAsCall() 760 return MarkAsCall(DefineSameAsFirst(result), instr); in DoArithmeticD() 782 return MarkAsCall(DefineFixed(result, eax), instr); in DoArithmeticT() 1014 return MarkAsCall(DefineFixed(result, eax), instr); in DoInstanceOf() 1048 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1099 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals() 1109 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoCallJSFunction() 1135 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoCallWithDescriptor() 1143 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction() [all …]
|
D | lithium-ia32.h | 232 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 2755 LInstruction* MarkAsCall(
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 579 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 586 instr->MarkAsCall(); in MarkAsCall() 722 return MarkAsCall(DefineFixedDouble(result, d0), instr); in DoArithmeticD() 743 return MarkAsCall(DefineFixed(result, r0), instr); in DoArithmeticT() 976 return MarkAsCall(DefineFixed(result, r0), instr); in DoInstanceOf() 1007 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1058 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals() 1068 return MarkAsCall(DefineFixed(result, r0), instr); in DoCallJSFunction() 1095 return MarkAsCall(DefineFixed(result, r0), instr); in DoCallWithDescriptor() 1103 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY); in DoInvokeFunction() [all …]
|
D | lithium-arm.h | 231 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 2759 LInstruction* MarkAsCall(
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 471 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall() function in v8::internal::LChunkBuilder 478 instr->MarkAsCall(); in MarkAsCall() 789 return MarkAsCall(DefineFixedDouble(result, d0), instr); in DoArithmeticD() 820 return MarkAsCall(DefineFixed(result, x0), instr); in DoArithmeticT() 907 return MarkAsCall(DefineFixed(result, x0), instr, CAN_DEOPTIMIZE_EAGERLY); in DoApplyArguments() 1024 return MarkAsCall(DefineFixed(result, x0), instr); in DoCallJSFunction() 1052 return MarkAsCall(DefineFixed(result, x0), instr); in DoCallWithDescriptor() 1068 return MarkAsCall(DefineFixed(call, x0), instr); in DoCallFunction() 1077 return MarkAsCall(DefineFixed(result, x0), instr); in DoCallNewArray() 1083 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), x0), instr); in DoCallRuntime() [all …]
|
D | lithium-arm64.h | 242 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function 3096 LInstruction* MarkAsCall(
|
/external/v8/test/unittests/compiler/ |
D | instruction-sequence-unittest.cc | 499 if (is_call) instruction->MarkAsCall(); in Emit()
|
/external/v8/src/compiler/ |
D | instruction-selector.cc | 1439 ->MarkAsCall(); in VisitCall() 1525 ->MarkAsCall(); in VisitTailCall()
|
D | instruction.h | 757 Instruction* MarkAsCall() { in MarkAsCall() function
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 681 g.UseFixed(node->InputAt(1), f14))->MarkAsCall(); in VisitFloat64Mod()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 790 Emit(kX87Float64Mod, g.DefineAsFixed(node, stX_0), 1, temps)->MarkAsCall(); in VisitFloat64Mod()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 1139 g.UseFixed(node->InputAt(1), d2))->MarkAsCall(); in VisitFloat64Mod()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 1088 g.UseFixed(node->InputAt(1), d1))->MarkAsCall(); in VisitFloat64Mod()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 1115 g.UseFixed(node->InputAt(1), f14))->MarkAsCall(); in VisitFloat64Mod()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1492 g.UseFixed(node->InputAt(1), d1))->MarkAsCall(); in VisitFloat64Mod()
|