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

  /art/compiler/optimizing/
code_generator_arm.h 467 // offset_or_index. The PC-relative address is loaded with three instructions,
474 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
479 uint32_t offset_or_index; member in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
622 uint32_t offset_or_index,
code_generator_mips64.h 530 // the offset_or_index.
533 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
538 uint32_t offset_or_index; member in struct:art::mips64::CodeGeneratorMIPS64::PcRelativePatchInfo
591 uint32_t offset_or_index,
code_generator_arm64.h 735 // offset_or_index.
738 : target_dex_file(dex_file), offset_or_index(off_or_idx), label(), pc_insn_label() { }
742 uint32_t offset_or_index; member in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo
    [all...]
code_generator_arm_vixl.h 551 // offset_or_index. The PC-relative address is loaded with three instructions,
558 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
563 uint32_t offset_or_index; member in struct:art::arm::CodeGeneratorARMVIXL::PcRelativePatchInfo
720 uint32_t offset_or_index,
    [all...]
code_generator_mips.h 566 // and boot image strings. The only difference is the interpretation of the offset_or_index.
569 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
574 uint32_t offset_or_index; member in struct:art::mips::CodeGeneratorMIPS::PcRelativePatchInfo
636 uint32_t offset_or_index,
code_generator_mips.cc 1551 size_t offset_or_index = info.offset_or_index; local
    [all...]
code_generator_mips64.cc 1437 size_t offset_or_index = info.offset_or_index; local
    [all...]

Completed in 2241 milliseconds