Lines Matching refs:NewPcRelativePatch
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()
5234 vixl::aarch64::Label* CodeGeneratorARM64::NewPcRelativePatch( in NewPcRelativePatch() function in art::arm64::CodeGeneratorARM64