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

  /art/compiler/optimizing/
code_generator_arm.h 422 // and boot image strings. The only difference is the interpretation of the offset_or_index.
430 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
435 uint32_t offset_or_index; member in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
545 uint32_t offset_or_index,
code_generator_arm64.h 601 // and boot image strings. The only difference is the interpretation of the offset_or_index.
604 : target_dex_file(dex_file), offset_or_index(off_or_idx), label(), pc_insn_label() { }
608 uint32_t offset_or_index; member in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo
614 uint32_t offset_or_index,

Completed in 412 milliseconds