Home
last modified time | relevance | path

Searched refs:LoadBootImageRelRoEntry (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.h626 void LoadBootImageRelRoEntry(XRegister dest, uint32_t boot_image_offset);
H A Dcode_generator_arm_vixl.h744 void LoadBootImageRelRoEntry(vixl::aarch32::Register reg, uint32_t boot_image_offset);
H A Dcode_generator_arm64.h955 void LoadBootImageRelRoEntry(vixl::aarch64::Register reg, uint32_t boot_image_offset);
H A Dcode_generator_riscv64.cc4400 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadClass()
4545 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadString()
6890 void CodeGeneratorRISCV64::LoadBootImageRelRoEntry(XRegister dest, uint32_t boot_image_offset) { in LoadBootImageRelRoEntry() function in art::riscv64::CodeGeneratorRISCV64
6905 LoadBootImageRelRoEntry(dest, boot_image_reference); in LoadBootImageAddress()
6957 LoadBootImageRelRoEntry(temp.AsRegister<XRegister>(), boot_image_offset); in LoadMethod()
H A Dcode_generator_arm64.cc5008 LoadBootImageRelRoEntry(WRegisterFrom(temp), boot_image_offset); in LoadMethod()
5432 void CodeGeneratorARM64::LoadBootImageRelRoEntry(vixl::aarch64::Register reg, in LoadBootImageRelRoEntry() function in art::arm64::CodeGeneratorARM64
5453 LoadBootImageRelRoEntry(reg, boot_image_reference); in LoadBootImageAddress()
5786 codegen_->LoadBootImageRelRoEntry(out.W(), boot_image_offset); in VisitLoadClass()
6026 codegen_->LoadBootImageRelRoEntry(out.W(), boot_image_offset); in VisitLoadString()
H A Dcode_generator_arm_vixl.cc7818 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadClass()
8045 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadString()
9558 LoadBootImageRelRoEntry(RegisterFrom(temp), boot_image_offset); in LoadMethod()
9872 void CodeGeneratorARMVIXL::LoadBootImageRelRoEntry(vixl32::Register reg, in LoadBootImageRelRoEntry() function in art::arm::CodeGeneratorARMVIXL
9886 LoadBootImageRelRoEntry(reg, boot_image_reference); in LoadBootImageAddress()
H A Dintrinsics_riscv64.cc3782 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
H A Dintrinsics_arm_vixl.cc4605 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
H A Dintrinsics_arm64.cc4868 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()