Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h28 struct SwitchInfo;
224 void EmitTableSwitch(const SwitchInfo& sw, InstructionOperand& index_operand);
225 void EmitLookupSwitch(const SwitchInfo& sw,
327 void VisitSwitch(Node* node, const SwitchInfo& sw);
Dinstruction-selector-impl.h19 struct SwitchInfo { struct
Dinstruction-selector.cc894 SwitchInfo sw; in VisitControl()
1505 void InstructionSelector::EmitTableSwitch(const SwitchInfo& sw, in EmitTableSwitch()
1524 void InstructionSelector::EmitLookupSwitch(const SwitchInfo& sw, in EmitLookupSwitch()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1504 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1545 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1646 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1784 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1785 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc2022 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc2039 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2544 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc2283 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()