Searched refs:NewBootImageIntrinsicPatch (Results 1 – 6 of 6) sorted by relevance
578 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data,
709 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data);
790 vixl::aarch64::Label* NewBootImageIntrinsicPatch(uint32_t intrinsic_data,
5124 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageIntrinsicPatch( in NewBootImageIntrinsicPatch() function in art::arm64::CodeGeneratorARM645294 vixl::aarch64::Label* adrp_label = NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()5297 vixl::aarch64::Label* add_label = NewBootImageIntrinsicPatch(boot_image_reference, adrp_label); in LoadBootImageAddress()
6498 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewBootImageIntrinsicPatch( in NewBootImageIntrinsicPatch() function in art::riscv64::CodeGeneratorRISCV646763 PcRelativePatchInfo* info_high = NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()6765 PcRelativePatchInfo* info_low = NewBootImageIntrinsicPatch(boot_image_reference, info_high); in LoadBootImageAddress()
9676 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageIntrinsicPatch( in NewBootImageIntrinsicPatch() function in art::arm::CodeGeneratorARMVIXL9813 NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()