Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc4636 return NewPcRelativePatch( in NewBootImageIntrinsicPatch()
4643 return NewPcRelativePatch( in NewBootImageRelRoPatch()
4650 return NewPcRelativePatch( in NewBootImageMethodPatch()
4657 return NewPcRelativePatch( in NewMethodBssEntryPatch()
4665 return NewPcRelativePatch(&dex_file, type_index.index_, adrp_label, &boot_image_type_patches_); in NewBootImageTypePatch()
4672 return NewPcRelativePatch(&dex_file, type_index.index_, adrp_label, &type_bss_entry_patches_); in NewBssEntryTypePatch()
4679 return NewPcRelativePatch( in NewBootImageStringPatch()
4687 return NewPcRelativePatch(&dex_file, string_index.index_, adrp_label, &string_bss_entry_patches_); in NewStringBssEntryPatch()
4713 vixl::aarch64::Label* CodeGeneratorARM64::NewPcRelativePatch( in NewPcRelativePatch() function in art::arm64::CodeGeneratorARM64
Dcode_generator_arm_vixl.h899 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
Dcode_generator_arm64.h1012 vixl::aarch64::Label* NewPcRelativePatch(const DexFile* dex_file,
Dcode_generator_arm_vixl.cc9225 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
9230 return NewPcRelativePatch(/* dex_file= */ nullptr, in NewBootImageRelRoPatch()
9237 return NewPcRelativePatch( in NewBootImageMethodPatch()
9243 return NewPcRelativePatch( in NewMethodBssEntryPatch()
9249 return NewPcRelativePatch(&dex_file, type_index.index_, &boot_image_type_patches_); in NewBootImageTypePatch()
9254 return NewPcRelativePatch(&dex_file, type_index.index_, &type_bss_entry_patches_); in NewTypeBssEntryPatch()
9259 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch()
9264 return NewPcRelativePatch(&dex_file, string_index.index_, &string_bss_entry_patches_); in NewStringBssEntryPatch()
9267 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewPcRelativePatch( in NewPcRelativePatch() function in art::arm::CodeGeneratorARMVIXL