Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc4444 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::CodeGeneratorARM64
4786 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()
Dcode_generator_arm_vixl.h613 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
Dcode_generator_arm64.h709 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset,
Dcode_generator_arm_vixl.cc7390 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::CodeGeneratorARMVIXL
9335 NewBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress()