Searched refs:LoadBootImageRelRoEntry (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_riscv64.h | 626 void LoadBootImageRelRoEntry(XRegister dest, uint32_t boot_image_offset);
|
H A D | code_generator_arm_vixl.h | 744 void LoadBootImageRelRoEntry(vixl::aarch32::Register reg, uint32_t boot_image_offset);
|
H A D | code_generator_arm64.h | 955 void LoadBootImageRelRoEntry(vixl::aarch64::Register reg, uint32_t boot_image_offset);
|
H A D | code_generator_riscv64.cc | 4400 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 D | code_generator_arm64.cc | 5008 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 D | code_generator_arm_vixl.cc | 7818 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 D | intrinsics_riscv64.cc | 3782 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
|
H A D | intrinsics_arm_vixl.cc | 4605 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
|
H A D | intrinsics_arm64.cc | 4868 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
|