Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h612 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data);
Dcode_generator_arm64.h702 vixl::aarch64::Label* NewBootImageIntrinsicPatch(uint32_t intrinsic_data,
Dcode_generator_arm64.cc4633 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageIntrinsicPatch( in NewBootImageIntrinsicPatch() function in art::arm64::CodeGeneratorARM64
4779 vixl::aarch64::Label* adrp_label = NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()
4782 vixl::aarch64::Label* add_label = NewBootImageIntrinsicPatch(boot_image_reference, adrp_label); in LoadBootImageAddress()
Dcode_generator_arm_vixl.cc9223 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageIntrinsicPatch( in NewBootImageIntrinsicPatch() function in art::arm::CodeGeneratorARMVIXL
9331 NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()