Home
last modified time | relevance | path

Searched refs:MarkAsCall (Results 1 – 25 of 25) sorted by relevance

/external/v8/src/crankshaft/x87/
Dlithium-x87.cc635 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 …]
Dlithium-x87.h233 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
2767 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc586 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 …]
Dlithium-mips64.h231 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
2762 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc586 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 …]
Dlithium-mips.h228 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
2716 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc591 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 …]
Dlithium-ppc.h227 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
2641 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc613 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 …]
Dlithium-x64.h228 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
2738 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc629 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 …]
Dlithium-ia32.h232 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
2755 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc579 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 …]
Dlithium-arm.h231 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
2759 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc471 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 …]
Dlithium-arm64.h242 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } in MarkAsCall() function
3096 LInstruction* MarkAsCall(
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc499 if (is_call) instruction->MarkAsCall(); in Emit()
/external/v8/src/compiler/
Dinstruction-selector.cc1439 ->MarkAsCall(); in VisitCall()
1525 ->MarkAsCall(); in VisitTailCall()
Dinstruction.h757 Instruction* MarkAsCall() { in MarkAsCall() function
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc681 g.UseFixed(node->InputAt(1), f14))->MarkAsCall(); in VisitFloat64Mod()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc790 Emit(kX87Float64Mod, g.DefineAsFixed(node, stX_0), 1, temps)->MarkAsCall(); in VisitFloat64Mod()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1139 g.UseFixed(node->InputAt(1), d2))->MarkAsCall(); in VisitFloat64Mod()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1088 g.UseFixed(node->InputAt(1), d1))->MarkAsCall(); in VisitFloat64Mod()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1115 g.UseFixed(node->InputAt(1), f14))->MarkAsCall(); in VisitFloat64Mod()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1492 g.UseFixed(node->InputAt(1), d1))->MarkAsCall(); in VisitFloat64Mod()