Home
last modified time | relevance | path

Searched refs:DoGap (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h119 void DoGap(LGap* instr);
Dlithium-codegen-arm.cc930 DoGap(label); in DoLabel()
939 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
951 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h114 void DoGap(LGap* instr);
Dlithium-codegen-s390.cc856 DoGap(label); in DoLabel()
861 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
870 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { DoGap(instr); } in DoInstructionGap()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h115 void DoGap(LGap* instr);
Dlithium-codegen-ppc.cc870 DoGap(label); in DoLabel()
877 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
887 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { DoGap(instr); } in DoInstructionGap()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h105 void DoGap(LGap* instr);
Dlithium-codegen-ia32.cc831 DoGap(label); in DoLabel()
840 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
852 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h103 void DoGap(LGap* instr);
Dlithium-codegen-x64.cc860 DoGap(label); in DoLabel()
869 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
881 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h120 void DoGap(LGap* instr);
Dlithium-codegen-mips64.cc904 DoGap(label); in DoLabel()
913 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
925 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h118 void DoGap(LGap* instr);
Dlithium-codegen-mips.cc915 DoGap(label); in DoLabel()
924 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
936 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h137 void DoGap(LGap* instr);
Dlithium-codegen-arm64.cc1303 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
2807 DoGap(instr); in DoInstructionGap()
2972 DoGap(label); in DoLabel()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h140 void DoGap(LGap* instr);
Dlithium-codegen-x87.cc1132 DoGap(label); in DoLabel()
1141 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
1153 DoGap(instr); in DoInstructionGap()