Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h494 void EmitTableSwitch(const SwitchInfo& sw, InstructionOperand& index_operand);
Dinstruction-selector.cc2147 void InstructionSelector::EmitTableSwitch(const SwitchInfo& sw, in EmitTableSwitch() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1727 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1555 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc2057 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc2040 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1500 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1938 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc2168 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2463 return EmitTableSwitch(sw, index_operand); in VisitSwitch()