Searched defs:PcRelativePatchInfo (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h421 // The PcRelativePatchInfo is used for PC-relative addressing of dex cache arrays
428 struct PcRelativePatchInfo { struct in class:art::arm::CodeGeneratorARM
429 PcRelativePatchInfo(const DexFile& dex_file, uint32_t off_or_idx) function in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
431 PcRelativePatchInfo(PcRelativePatchInfo&& other) = default;
441 PcRelativePatchInfo* NewPcRelativeStringPatch(const DexFile& dex_file, uint32_t string_index);
442 PcRelativePatchInfo* NewPcRelativeDexCacheArrayPatch(const DexFile& dex_file,
544 PcRelativePatchInfo* NewPcRelativePatch(const DexFile& dex_file,
546 ArenaDeque<PcRelativePatchInfo>* patches);
566 ArenaDeque<PcRelativePatchInfo> pc_relative_dex_cache_patches
[all...]
H A Dcode_generator_arm64.h600 // The PcRelativePatchInfo is used for PC-relative addressing of dex cache arrays
602 struct PcRelativePatchInfo { struct in class:art::arm64::CodeGeneratorARM64
603 PcRelativePatchInfo(const DexFile& dex_file, uint32_t off_or_idx) function in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo
616 ArenaDeque<PcRelativePatchInfo>* patches);
644 ArenaDeque<PcRelativePatchInfo> pc_relative_dex_cache_patches_;
648 ArenaDeque<PcRelativePatchInfo> pc_relative_string_patches_;

Completed in 57 milliseconds