Home
last modified time | relevance | path

Searched refs:kEnableSwitchJumpTable (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h282 kEnableSwitchJumpTable enumerator
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc1749 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc1765 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1983 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2119 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2519 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc2657 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc2188 ? InstructionSelector::kEnableSwitchJumpTable in Run()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc2969 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1867 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2263 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2377 if (enable_switch_jump_table_ == kEnableSwitchJumpTable) { in VisitSwitch()

Completed in 64 milliseconds