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

12

/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc576 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
584 instr->MarkAsCall();
700 return MarkAsCall(DefineSameAsFirst(result), instr);
721 return MarkAsCall(DefineFixed(result, eax), instr);
903 result = MarkAsCall(result, instr);
992 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1043 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1081 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1092 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1164 return MarkAsCall(DefineSameAsFirs
[all...]
H A Dlithium-x87.h217 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2479 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc571 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
579 instr->MarkAsCall();
702 return MarkAsCall(DefineSameAsFirst(result), instr);
724 return MarkAsCall(DefineFixed(result, eax), instr);
888 result = MarkAsCall(result, instr);
975 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1026 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1064 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1075 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1159 return MarkAsCall(DefineSameAsFirs
[all...]
H A Dlithium-ia32.h218 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2485 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc564 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
572 instr->MarkAsCall();
696 return MarkAsCall(DefineFixedDouble(result, xmm0), instr);
718 return MarkAsCall(DefineFixed(result, rax), instr);
887 result = MarkAsCall(result, instr);
963 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
1014 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1052 return MarkAsCall(DefineFixed(result, rax), instr);
1063 return MarkAsCall(DefineFixed(result, rax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1147 return MarkAsCall(DefineFixedDoubl
[all...]
H A Dlithium-x64.h214 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2468 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc527 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
534 instr->MarkAsCall();
670 return MarkAsCall(DefineFixedDouble(result, d0), instr);
691 return MarkAsCall(DefineFixed(result, r0), instr);
855 result = MarkAsCall(result, instr);
938 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
989 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1027 return MarkAsCall(DefineFixed(result, r0), instr);
1038 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1113 return MarkAsCall(DefineFixedDoubl
[all...]
H A Dlithium-arm.h215 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2465 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc424 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
431 instr->MarkAsCall();
704 result = MarkAsCall(result, instr);
727 return MarkAsCall(DefineFixedDouble(result, d0), instr);
758 return MarkAsCall(DefineFixed(result, x0), instr);
844 return MarkAsCall(DefineFixed(result, x0), instr, CAN_DEOPTIMIZE_EAGERLY);
1001 return MarkAsCall(DefineFixed(result, x0), instr);
1010 return MarkAsCall(DefineFixed(result, x0), instr);
1016 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), x0), instr);
1236 return MarkAsCall(DefineFixe
[all...]
H A Dlithium-arm64.h226 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2788 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc534 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
541 instr->MarkAsCall();
680 return MarkAsCall(DefineFixedDouble(result, f2), instr);
701 return MarkAsCall(DefineFixed(result, v0), instr);
865 result = MarkAsCall(result, instr);
943 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
994 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1032 return MarkAsCall(DefineFixed(result, v0), instr);
1043 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1082 return MarkAsCall(DefineFixedDoubl
[all...]
H A Dlithium-mips.h213 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2422 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc534 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
541 instr->MarkAsCall();
680 return MarkAsCall(DefineFixedDouble(result, f2), instr);
701 return MarkAsCall(DefineFixed(result, v0), instr);
865 result = MarkAsCall(result, instr);
943 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
994 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1032 return MarkAsCall(DefineFixed(result, v0), instr);
1043 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1082 return MarkAsCall(DefineFixedDoubl
[all...]
H A Dlithium-mips64.h216 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2468 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc540 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
547 instr->MarkAsCall();
685 return MarkAsCall(DefineFixedDouble(result, d1), instr);
706 return MarkAsCall(DefineFixed(result, r3), instr);
870 result = MarkAsCall(result, instr);
951 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY);
1001 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr);
1038 return MarkAsCall(DefineFixed(result, r3), instr);
1049 return MarkAsCall(DefineFixed(result, r3), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1136 return MarkAsCall(DefineFixedDoubl
[all...]
H A Dlithium-ppc.h213 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2390 LInstruction* MarkAsCall(
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc483 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, function in class:v8::internal::LChunkBuilder
490 instr->MarkAsCall();
617 return MarkAsCall(DefineFixedDouble(result, d1), instr);
639 return MarkAsCall(DefineFixed(result, r2), instr);
799 result = MarkAsCall(result, instr);
871 return MarkAsCall(DefineFixed(result, r2), instr, CAN_DEOPTIMIZE_EAGERLY);
915 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr);
951 return MarkAsCall(DefineFixed(result, r2), instr);
961 return MarkAsCall(DefineFixed(result, r2), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1030 return MarkAsCall(DefineFixedDoubl
[all...]
H A Dlithium-s390.h208 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); } function in class:v8::internal::LInstruction
2222 LInstruction* MarkAsCall(
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1021 g.UseFixed(node->InputAt(1), f14))->MarkAsCall();
1125 ->MarkAsCall();
1132 ->MarkAsCall();
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1366 g.UseFixed(node->InputAt(1), d2))->MarkAsCall();
1408 ->MarkAsCall();
1416 g.UseFixed(node->InputAt(1), d2))->MarkAsCall();
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc1024 Emit(kX87Float64Mod, g.DefineAsFixed(node, stX_0), 1, temps)->MarkAsCall();
1160 Emit(opcode, g.DefineAsFixed(node, stX_0), 0, nullptr)->MarkAsCall();
1167 Emit(opcode, g.DefineAsFixed(node, stX_0), 0, nullptr)->MarkAsCall();
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1068 ->MarkAsCall();
1075 ->MarkAsCall();
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc1498 g.UseFixed(node->InputAt(1), d1))->MarkAsCall();
1506 ->MarkAsCall();
1513 ->MarkAsCall();
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc1740 g.UseFixed(node->InputAt(1), d1))->MarkAsCall();
1748 ->MarkAsCall();
1755 ->MarkAsCall();
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc1567 g.UseFixed(node->InputAt(1), f14))->MarkAsCall();
1671 ->MarkAsCall();
1678 ->MarkAsCall();

Completed in 416 milliseconds

12