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

/external/v8/src/compiler/
H A Dinstruction-selector.h28 struct SwitchInfo;
228 void EmitTableSwitch(const SwitchInfo& sw, InstructionOperand& index_operand);
229 void EmitLookupSwitch(const SwitchInfo& sw,
364 void VisitSwitch(Node* node, const SwitchInfo& sw);
H A Dinstruction-selector-impl.h19 struct SwitchInfo { struct in namespace:v8::internal::compiler
H A Dinstruction-selector.cc948 SwitchInfo sw;
1742 void InstructionSelector::EmitTableSwitch(const SwitchInfo& sw,
1761 void InstructionSelector::EmitLookupSwitch(const SwitchInfo& sw,
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1511 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1649 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1823 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc1620 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc1965 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc2381 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc2348 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc2256 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc2013 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) {

Completed in 261 milliseconds