Searched refs:offset_or_index (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h422 // 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,
H A Dcode_generator_arm64.h601 // 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,
H A Dcode_generator_arm64.cc3772 uint32_t offset_or_index,
3776 patches->emplace_back(dex_file, offset_or_index);
3835 info.offset_or_index));
3848 info.offset_or_index));
3771 NewPcRelativePatch(const DexFile& dex_file, uint32_t offset_or_index, vixl::Label* adrp_label, ArenaDeque<PcRelativePatchInfo>* patches) argument
H A Dcode_generator_arm.cc6459 const DexFile& dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) {
6460 patches->emplace_back(dex_file, offset_or_index);
6518 size_t base_element_offset = info.offset_or_index;
6547 uint32_t string_index = info.offset_or_index;
6458 NewPcRelativePatch( const DexFile& dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) argument

Completed in 64 milliseconds