Lines Matching refs:PcRelativePatchInfo

696   struct PcRelativePatchInfo {  struct
697 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() function
709 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data); argument
710 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
711 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method);
712 PcRelativePatchInfo* NewMethodBssEntryPatch(MethodReference target_method);
713 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
714 PcRelativePatchInfo* NewAppImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
715 PcRelativePatchInfo* NewTypeBssEntryPatch(HLoadClass* load_class);
716 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
718 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
884 void EmitMovwMovtPlaceholder(CodeGeneratorARMVIXL::PcRelativePatchInfo* labels,
1010 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
1012 ArenaDeque<PcRelativePatchInfo>* patches);
1014 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PcRelativePatchInfo>& infos,
1030 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_;
1032 ArenaDeque<PcRelativePatchInfo> method_bss_entry_patches_;
1034 ArenaDeque<PcRelativePatchInfo> boot_image_type_patches_;
1036 ArenaDeque<PcRelativePatchInfo> app_image_type_patches_;
1038 ArenaDeque<PcRelativePatchInfo> type_bss_entry_patches_;
1040 ArenaDeque<PcRelativePatchInfo> public_type_bss_entry_patches_;
1042 ArenaDeque<PcRelativePatchInfo> package_type_bss_entry_patches_;
1044 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_;
1046 ArenaDeque<PcRelativePatchInfo> string_bss_entry_patches_;
1049 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_;