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

  /art/compiler/optimizing/
code_generator_arm.h 421 // The PcRelativePatchInfo is used for PC-relative addressing of dex cache arrays
428 struct PcRelativePatchInfo {
429 PcRelativePatchInfo(const DexFile& dex_file, uint32_t off_or_idx)
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...]
code_generator_arm64.h 600 // The PcRelativePatchInfo is used for PC-relative addressing of dex cache arrays
602 struct PcRelativePatchInfo {
603 PcRelativePatchInfo(const DexFile& dex_file, uint32_t off_or_idx)
616 ArenaDeque<PcRelativePatchInfo>* patches);
644 ArenaDeque<PcRelativePatchInfo> pc_relative_dex_cache_patches_;
648 ArenaDeque<PcRelativePatchInfo> pc_relative_string_patches_;

Completed in 85 milliseconds