Lines Matching refs:NewPcRelativePatch
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()
6571 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewPcRelativePatch( in NewPcRelativePatch() function in art::riscv64::CodeGeneratorRISCV64