Home
last modified time | relevance | path

Searched refs:LInstructionGap (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dlithium.cc336 LInstructionGap* gap = new (zone()) LInstructionGap(block); in AddInstruction()
/external/v8/src/ia32/
Dlithium-ia32.h372 class LInstructionGap FINAL : public LGap {
374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() function
Dlithium-codegen-ia32.cc1062 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
/external/v8/src/x87/
Dlithium-x87.h377 class LInstructionGap FINAL : public LGap {
379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() function
Dlithium-codegen-x87.cc1354 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
/external/v8/src/x64/
Dlithium-x64.h377 class LInstructionGap FINAL : public LGap {
379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() function
Dlithium-codegen-x64.cc974 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
/external/v8/src/mips64/
Dlithium-mips64.h368 class LInstructionGap FINAL : public LGap {
370 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() function
Dlithium-codegen-mips64.cc1009 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
/external/v8/src/mips/
Dlithium-mips.h369 class LInstructionGap FINAL : public LGap {
371 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() function
Dlithium-codegen-mips.cc1059 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
/external/v8/src/arm/
Dlithium-arm.h372 class LInstructionGap FINAL : public LGap {
374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() function
Dlithium-codegen-arm.cc1099 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
/external/v8/src/arm64/
Dlithium-arm64.h450 class LInstructionGap FINAL : public LGap {
452 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() function
Dlithium-codegen-arm64.cc3166 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()