Home
last modified time | relevance | path

Searched refs:EmitTableSwitch (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h489 void EmitTableSwitch(const SwitchInfo& sw,
Dinstruction-selector.cc2475 void InstructionSelector::EmitTableSwitch( in EmitTableSwitch() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc1783 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1767 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2006 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2281 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2137 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2537 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1885 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2395 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2987 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2684 return EmitTableSwitch(sw, index_operand); in VisitSwitch()