Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc4370 return NewPcRelativePatch( in NewBootImageIntrinsicPatch()
4377 return NewPcRelativePatch( in NewBootImageRelRoPatch()
4384 return NewPcRelativePatch( in NewBootImageMethodPatch()
4391 return NewPcRelativePatch( in NewMethodBssEntryPatch()
4399 return NewPcRelativePatch(&dex_file, type_index.index_, adrp_label, &boot_image_type_patches_); in NewBootImageTypePatch()
4406 return NewPcRelativePatch(&dex_file, type_index.index_, adrp_label, &type_bss_entry_patches_); in NewBssEntryTypePatch()
4413 return NewPcRelativePatch( in NewBootImageStringPatch()
4421 return NewPcRelativePatch(&dex_file, string_index.index_, adrp_label, &string_bss_entry_patches_); in NewStringBssEntryPatch()
4447 vixl::aarch64::Label* CodeGeneratorARM64::NewPcRelativePatch( in NewPcRelativePatch() function in art::arm64::CodeGeneratorARM64
Dcode_generator_arm_vixl.h868 PcRelativePatchInfo* NewPcRelativePatch(const DexFile* dex_file,
Dcode_generator_arm64.h887 vixl::aarch64::Label* NewPcRelativePatch(const DexFile* dex_file,
Dcode_generator_arm_vixl.cc9023 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
9028 return NewPcRelativePatch(/* dex_file= */ nullptr, in NewBootImageRelRoPatch()
9035 return NewPcRelativePatch( in NewBootImageMethodPatch()
9041 return NewPcRelativePatch( in NewMethodBssEntryPatch()
9047 return NewPcRelativePatch(&dex_file, type_index.index_, &boot_image_type_patches_); in NewBootImageTypePatch()
9052 return NewPcRelativePatch(&dex_file, type_index.index_, &type_bss_entry_patches_); in NewTypeBssEntryPatch()
9057 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch()
9062 return NewPcRelativePatch(&dex_file, string_index.index_, &string_bss_entry_patches_); in NewStringBssEntryPatch()
9065 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewPcRelativePatch( in NewPcRelativePatch() function in art::arm::CodeGeneratorARMVIXL