Searched defs:offset_or_index (Results 1 - 6 of 6) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator.h626 : target_dex_file(dex_file), offset_or_index(off_or_idx), label() { }
631 uint32_t offset_or_index; member in struct:art::CodeGenerator::PatchInfo
H A Dcode_generator_arm64.cc4612 uint32_t offset_or_index,
4616 patches->emplace_back(dex_file, offset_or_index);
4680 info.offset_or_index));
4610 NewPcRelativePatch( const DexFile* dex_file, uint32_t offset_or_index, vixl::aarch64::Label* adrp_label, ArenaDeque<PcRelativePatchInfo>* patches) argument
H A Dcode_generator_arm_vixl.cc9034 const DexFile* dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) {
9035 patches->emplace_back(dex_file, offset_or_index);
9077 size_t offset_or_index = info.offset_or_index; local
9083 linker_patches->push_back(Factory(movw_offset, dex_file, add_pc_offset, offset_or_index));
9087 linker_patches->push_back(Factory(movt_offset, dex_file, add_pc_offset, offset_or_index));
9033 NewPcRelativePatch( const DexFile* dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) argument
H A Dcode_generator_arm_vixl.h565 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
571 uint32_t offset_or_index; member in struct:art::arm::CodeGeneratorARMVIXL::PcRelativePatchInfo
780 uint32_t offset_or_index,
H A Dcode_generator_mips.cc1587 size_t offset_or_index = info.offset_or_index; local
1596 linker_patches->push_back(Factory(literal_offset, dex_file, pc_rel_offset, offset_or_index));
1678 uint32_t offset_or_index,
1681 patches->emplace_back(dex_file, offset_or_index, info_high);
1676 NewPcRelativePatch( const DexFile* dex_file, uint32_t offset_or_index, const PcRelativePatchInfo* info_high, ArenaDeque<PcRelativePatchInfo>* patches) argument
H A Dcode_generator_mips64.cc1503 size_t offset_or_index = info.offset_or_index; local
1508 linker_patches->push_back(Factory(literal_offset, dex_file, pc_rel_offset, offset_or_index));
1590 uint32_t offset_or_index,
1593 patches->emplace_back(dex_file, offset_or_index, info_high);
1588 NewPcRelativePatch( const DexFile* dex_file, uint32_t offset_or_index, const PcRelativePatchInfo* info_high, ArenaDeque<PcRelativePatchInfo>* patches) argument

Completed in 142 milliseconds