Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h121 void DoGap(LGap* instr);
Dlithium-codegen-arm.cc952 DoGap(label); in DoLabel()
961 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
973 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h105 void DoGap(LGap* instr);
Dlithium-codegen-x64.cc886 DoGap(label); in DoLabel()
895 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
907 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h115 void DoGap(LGap* instr);
Dlithium-codegen-ppc.cc875 DoGap(label); in DoLabel()
882 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
892 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { DoGap(instr); } in DoInstructionGap()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h109 void DoGap(LGap* instr);
Dlithium-codegen-ia32.cc956 DoGap(label); in DoLabel()
965 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
977 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h120 void DoGap(LGap* instr);
Dlithium-codegen-mips.cc919 DoGap(label); in DoLabel()
928 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
940 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h122 void DoGap(LGap* instr);
Dlithium-codegen-mips64.cc908 DoGap(label); in DoLabel()
917 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
929 DoGap(instr); in DoInstructionGap()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h139 void DoGap(LGap* instr);
Dlithium-codegen-arm64.cc1350 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
2895 DoGap(instr); in DoInstructionGap()
3001 DoGap(label); in DoLabel()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h144 void DoGap(LGap* instr);
Dlithium-codegen-x87.cc1257 DoGap(label); in DoLabel()
1266 void LCodeGen::DoGap(LGap* gap) { in DoGap() function in v8::internal::LCodeGen
1278 DoGap(instr); in DoInstructionGap()