HomeSort by relevance Sort by last modified time
    Searched defs:switch_instr_ (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.h 115 : switch_instr_(switch_instr), table_start_() {}
122 HPackedSwitch* const switch_instr_; member in class:art::arm64::JumpTableARM64
    [all...]
code_generator_arm_vixl.h 123 : switch_instr_(switch_instr),
126 uint32_t num_entries = switch_instr_->GetNumEntries();
139 HPackedSwitch* const switch_instr_; member in class:art::arm::JumpTableARMVIXL
    [all...]
code_generator_x86_64.cc 7037 const HPackedSwitch* switch_instr_; member in class:art::x86_64::JumpTableRIPFixup
    [all...]
code_generator_x86.cc 7684 const HX86PackedSwitch* switch_instr_; member in class:art::x86::JumpTableRIPFixup
    [all...]

Completed in 184 milliseconds