Home
last modified time | relevance | path

Searched refs:NewPcRelativePatch (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc5127 return NewPcRelativePatch( in NewBootImageIntrinsicPatch()
5134 return NewPcRelativePatch( in NewBootImageRelRoPatch()
5141 return NewPcRelativePatch( in NewBootImageMethodPatch()
5148 return NewPcRelativePatch( in NewMethodBssEntryPatch()
5156 return NewPcRelativePatch(&dex_file, type_index.index_, adrp_label, &boot_image_type_patches_); in NewBootImageTypePatch()
5163 return NewPcRelativePatch(&dex_file, type_index.index_, adrp_label, &app_image_type_patches_); in NewAppImageTypePatch()
5186 return NewPcRelativePatch(&dex_file, type_index.index_, adrp_label, patches); in NewBssEntryTypePatch()
5193 return NewPcRelativePatch( in NewBootImageStringPatch()
5201 return NewPcRelativePatch(&dex_file, string_index.index_, adrp_label, &string_bss_entry_patches_); in NewStringBssEntryPatch()
5207 return NewPcRelativePatch( in NewBootImageJniEntrypointPatch()
[all …]
Dcode_generator_riscv64.cc6500 return NewPcRelativePatch( in NewBootImageIntrinsicPatch()
6506 return NewPcRelativePatch( in NewBootImageRelRoPatch()
6512 return NewPcRelativePatch( in NewBootImageMethodPatch()
6518 return NewPcRelativePatch( in NewMethodBssEntryPatch()
6524 return NewPcRelativePatch(&dex_file, type_index.index_, info_high, &boot_image_type_patches_); in NewBootImageTypePatch()
6529 return NewPcRelativePatch(&dex_file, type_index.index_, info_high, &app_image_type_patches_); in NewAppImageTypePatch()
6534 return NewPcRelativePatch( in NewBootImageJniEntrypointPatch()
6558 return NewPcRelativePatch(&dex_file, type_index.index_, info_high, patches); in NewTypeBssEntryPatch()
6563 return NewPcRelativePatch(&dex_file, string_index.index_, info_high, &boot_image_string_patches_); in NewBootImageStringPatch()
6568 return NewPcRelativePatch(&dex_file, string_index.index_, info_high, &string_bss_entry_patches_); in NewStringBssEntryPatch()
[all …]
Dcode_generator_riscv64.h794 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
Dcode_generator_arm_vixl.h1010 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
Dcode_generator_arm_vixl.cc9678 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
9683 return NewPcRelativePatch(/* dex_file= */ nullptr, in NewBootImageRelRoPatch()
9690 return NewPcRelativePatch( in NewBootImageMethodPatch()
9696 return NewPcRelativePatch( in NewMethodBssEntryPatch()
9702 return NewPcRelativePatch(&dex_file, type_index.index_, &boot_image_type_patches_); in NewBootImageTypePatch()
9707 return NewPcRelativePatch(&dex_file, type_index.index_, &app_image_type_patches_); in NewAppImageTypePatch()
9729 return NewPcRelativePatch(&dex_file, type_index.index_, patches); in NewTypeBssEntryPatch()
9734 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch()
9739 return NewPcRelativePatch(&dex_file, string_index.index_, &string_bss_entry_patches_); in NewStringBssEntryPatch()
9742 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewPcRelativePatch( in NewPcRelativePatch() function in art::arm::CodeGeneratorARMVIXL
Dcode_generator_arm64.h1127 vixl::aarch64::Label* NewPcRelativePatch(const DexFile* dex_file,