Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h160 void EmitTableSwitch(const SwitchInfo& sw, InstructionOperand& index_operand);
Dinstruction-selector.cc1097 void InstructionSelector::EmitTableSwitch(const SwitchInfo& sw, in EmitTableSwitch() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1180 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1172 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1189 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1552 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1448 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1574 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1664 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1935 return EmitTableSwitch(sw, index_operand); in VisitSwitch()