Searched refs:NewPcRelativePatch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4636 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
|
D | code_generator_arm_vixl.h | 899 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
|
D | code_generator_arm64.h | 1012 vixl::aarch64::Label* NewPcRelativePatch(const DexFile* dex_file,
|
D | code_generator_arm_vixl.cc | 9225 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
|