Searched refs:ldr_label (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4244 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_offset, adrp_label); in GenerateStaticOrDirectCall() local 4246 EmitLdrOffsetPlaceholder(ldr_label, WRegisterFrom(temp), XRegisterFrom(temp)); in GenerateStaticOrDirectCall() 4255 vixl::aarch64::Label* ldr_label = in GenerateStaticOrDirectCall() local 4258 EmitLdrOffsetPlaceholder(ldr_label, XRegisterFrom(temp), XRegisterFrom(temp)); in GenerateStaticOrDirectCall() 4523 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_reference, adrp_label); in LoadBootImageAddress() local 4524 EmitLdrOffsetPlaceholder(ldr_label, reg.W(), reg.X()); in LoadBootImageAddress() 4840 vixl::aarch64::Label* ldr_label = in VisitLoadClass() local 4842 codegen_->EmitLdrOffsetPlaceholder(ldr_label, out.W(), out.X()); in VisitLoadClass() 4853 vixl::aarch64::Label* ldr_label = in VisitLoadClass() local 4861 ldr_label, in VisitLoadClass() [all …]
|