Searched refs:EmitTableSwitch (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | instruction-selector.h | 160 void EmitTableSwitch(const SwitchInfo& sw, InstructionOperand& index_operand);
|
D | instruction-selector.cc | 1097 void InstructionSelector::EmitTableSwitch(const SwitchInfo& sw, in EmitTableSwitch() function in v8::internal::compiler::InstructionSelector
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 1180 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 1172 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 1189 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 1552 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 1448 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1574 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 1664 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1935 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|