Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.h615 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data);
H A Dcode_generator_arm64.h730 vixl::aarch64::Label* NewBootImageIntrinsicPatch(uint32_t intrinsic_data,
H A Dcode_generator_arm64.cc4795 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageIntrinsicPatch( in NewBootImageIntrinsicPatch() function in art::arm64::CodeGeneratorARM64
4964 vixl::aarch64::Label* adrp_label = NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()
4967 vixl::aarch64::Label* add_label = NewBootImageIntrinsicPatch(boot_image_reference, adrp_label); in LoadBootImageAddress()
H A Dcode_generator_arm_vixl.cc9355 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageIntrinsicPatch( in NewBootImageIntrinsicPatch() function in art::arm::CodeGeneratorARMVIXL
9480 NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()