Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h491 void EmitBinarySearchSwitch(const SwitchInfo& sw,
Dinstruction-selector.cc2493 void InstructionSelector::EmitBinarySearchSwitch( in EmitBinarySearchSwitch() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc1788 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1772 return EmitBinarySearchSwitch(std::move(sw), value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2011 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2286 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2142 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2542 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1890 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2400 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2992 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2689 return EmitBinarySearchSwitch(sw, value_operand); in VisitSwitch()