Searched refs:ldr_label (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4098 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_offset, adrp_label); in GenerateStaticOrDirectCall() local 4100 EmitLdrOffsetPlaceholder(ldr_label, WRegisterFrom(temp), XRegisterFrom(temp)); in GenerateStaticOrDirectCall() 4109 vixl::aarch64::Label* ldr_label = in GenerateStaticOrDirectCall() local 4111 EmitLdrOffsetPlaceholder(ldr_label, XRegisterFrom(temp), XRegisterFrom(temp)); in GenerateStaticOrDirectCall() 4363 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_reference, adrp_label); in LoadBootImageAddress() local 4364 EmitLdrOffsetPlaceholder(ldr_label, reg.W(), reg.X()); in LoadBootImageAddress() 4660 vixl::aarch64::Label* ldr_label = in VisitLoadClass() local 4662 codegen_->EmitLdrOffsetPlaceholder(ldr_label, out.W(), out.X()); in VisitLoadClass() 4673 vixl::aarch64::Label* ldr_label = in VisitLoadClass() local 4680 ldr_label, in VisitLoadClass() [all …]
|