Home
last modified time | relevance | path

Searched refs:GenPackedSwitchWithCompares (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h388 void GenPackedSwitchWithCompares(Register value_reg,
Dcode_generator_riscv64.h379 void GenPackedSwitchWithCompares(XRegister adjusted,
Dcode_generator_x86.cc8839 void InstructionCodeGeneratorX86::GenPackedSwitchWithCompares(Register value_reg, in GenPackedSwitchWithCompares() function in art::x86::InstructionCodeGeneratorX86
8893 GenPackedSwitchWithCompares(value_reg, in VisitPackedSwitch()
8920 GenPackedSwitchWithCompares(value_reg, in VisitX86PackedSwitch()
Dcode_generator_riscv64.cc2031 void InstructionCodeGeneratorRISCV64::GenPackedSwitchWithCompares(XRegister adjusted, in GenPackedSwitchWithCompares() function in art::riscv64::InstructionCodeGeneratorRISCV64
4866 GenPackedSwitchWithCompares(adjusted, temp, num_entries, switch_block); in VisitPackedSwitch()