Searched refs:NewBootImageRelRoPatch (Results 1 – 4 of 4) sorted by relevance
4444 vixl::aarch64::Label* adrp_label = NewBootImageRelRoPatch(boot_image_offset); in GenerateStaticOrDirectCall()4447 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_offset, adrp_label); in GenerateStaticOrDirectCall()4640 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::arm64::CodeGeneratorARM644786 vixl::aarch64::Label* adrp_label = NewBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress()4789 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_reference, adrp_label); in LoadBootImageAddress()5098 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageRelRoPatch(boot_image_offset); in VisitLoadClass()5102 codegen_->NewBootImageRelRoPatch(boot_image_offset, adrp_label); in VisitLoadClass()5274 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageRelRoPatch(boot_image_offset); in VisitLoadString()5278 codegen_->NewBootImageRelRoPatch(boot_image_offset, adrp_label); in VisitLoadString()
613 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
709 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset,
7390 codegen_->NewBootImageRelRoPatch(codegen_->GetBootImageOffset(cls)); in VisitLoadClass()7614 codegen_->NewBootImageRelRoPatch(codegen_->GetBootImageOffset(load)); in VisitLoadString()9083 PcRelativePatchInfo* labels = NewBootImageRelRoPatch(boot_image_offset); in GenerateStaticOrDirectCall()9228 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::arm::CodeGeneratorARMVIXL9335 NewBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress()