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 126 : switch_instr_(switch_instr), table_start_() {}
133 HPackedSwitch* const switch_instr_; member in class:art::arm64::JumpTableARM64
    [all...]
code_generator_arm_vixl.h 120 : switch_instr_(switch_instr),
123 uint32_t num_entries = switch_instr_->GetNumEntries();
136 HPackedSwitch* const switch_instr_; member in class:art::arm::JumpTableARMVIXL
    [all...]
code_generator_x86.cc 7676 const HX86PackedSwitch* switch_instr_; member in class:art::x86::JumpTableRIPFixup
    [all...]
code_generator_x86_64.cc 7056 const HPackedSwitch* switch_instr_; member in class:art::x86_64::JumpTableRIPFixup
    [all...]

Completed in 65 milliseconds