Searched refs:EmitTableSwitch (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | instruction-selector.h | 494 void EmitTableSwitch(const SwitchInfo& sw, InstructionOperand& index_operand);
|
D | instruction-selector.cc | 2147 void InstructionSelector::EmitTableSwitch(const SwitchInfo& sw, in EmitTableSwitch() function in v8::internal::compiler::InstructionSelector
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 1727 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 1555 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 2057 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 2040 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 1500 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 1938 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 2168 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 2463 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
|