Searched refs:SwitchInfo (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/compiler/ |
D | instruction-selector.h | 28 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);
|
D | instruction-selector-impl.h | 19 struct SwitchInfo { struct
|
D | instruction-selector.cc | 894 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/ |
D | instruction-selector-ia32.cc | 1504 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 1545 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 1646 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1784 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 1785 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 2022 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 2039 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 2544 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 2283 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
|