HomeSort by relevance Sort by last modified time
    Searched refs:offset_or_index (Results 1 - 8 of 8) sorted by null

  /art/compiler/optimizing/
code_generator_mips.h 578 // and boot image strings. The only difference is the interpretation of the offset_or_index.
598 offset_or_index(off_or_idx),
605 uint32_t offset_or_index; member in struct:art::mips::CodeGeneratorMIPS::PcRelativePatchInfo
674 uint32_t offset_or_index,
code_generator_mips64.h 542 // the offset_or_index.
561 offset_or_index(off_or_idx),
567 uint32_t offset_or_index; member in struct:art::mips64::CodeGeneratorMIPS64::PcRelativePatchInfo
622 uint32_t offset_or_index,
code_generator_arm64.h 765 uint32_t offset_or_index; member in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo
    [all...]
code_generator_arm_vixl.h 558 // offset_or_index. The PC-relative address is loaded with three instructions,
565 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
570 uint32_t offset_or_index; member in struct:art::arm::CodeGeneratorARMVIXL::PcRelativePatchInfo
    [all...]
code_generator_mips64.cc 1541 size_t offset_or_index = info.offset_or_index; local
    [all...]
code_generator_arm_vixl.cc 9253 size_t offset_or_index = info.offset_or_index; local
    [all...]
code_generator_mips.cc 1636 size_t offset_or_index = info.offset_or_index; local
    [all...]
code_generator_arm64.cc     [all...]

Completed in 915 milliseconds