Searched refs:NewPcRelativePatch (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 5127 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 …]
|
D | code_generator_riscv64.cc | 6500 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 …]
|
D | code_generator_riscv64.h | 794 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
|
D | code_generator_arm_vixl.h | 1010 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
|
D | code_generator_arm_vixl.cc | 9678 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
|
D | code_generator_arm64.h | 1127 vixl::aarch64::Label* NewPcRelativePatch(const DexFile* dex_file,
|