Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.h625 void LoadBootImageRelRoEntry(XRegister dest, uint32_t boot_image_offset);
Dcode_generator_arm_vixl.h736 void LoadBootImageRelRoEntry(vixl::aarch32::Register reg, uint32_t boot_image_offset);
Dcode_generator_arm64.h891 void LoadBootImageRelRoEntry(vixl::aarch64::Register reg, uint32_t boot_image_offset);
Dcode_generator_arm64.cc4884 LoadBootImageRelRoEntry(WRegisterFrom(temp), boot_image_offset); in LoadMethod()
5279 void CodeGeneratorARM64::LoadBootImageRelRoEntry(vixl::aarch64::Register reg, in LoadBootImageRelRoEntry() function in art::arm64::CodeGeneratorARM64
5300 LoadBootImageRelRoEntry(reg, boot_image_reference); in LoadBootImageAddress()
5626 codegen_->LoadBootImageRelRoEntry(out.W(), boot_image_offset); in VisitLoadClass()
5809 codegen_->LoadBootImageRelRoEntry(out.W(), boot_image_offset); in VisitLoadString()
Dcode_generator_riscv64.cc4373 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadClass()
4518 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadString()
6753 void CodeGeneratorRISCV64::LoadBootImageRelRoEntry(XRegister dest, uint32_t boot_image_offset) { in LoadBootImageRelRoEntry() function in art::riscv64::CodeGeneratorRISCV64
6768 LoadBootImageRelRoEntry(dest, boot_image_reference); in LoadBootImageAddress()
6820 LoadBootImageRelRoEntry(temp.AsRegister<XRegister>(), boot_image_offset); in LoadMethod()
Dcode_generator_arm_vixl.cc7762 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadClass()
7989 codegen_->LoadBootImageRelRoEntry(out, boot_image_offset); in VisitLoadString()
9502 LoadBootImageRelRoEntry(RegisterFrom(temp), boot_image_offset); in LoadMethod()
9802 void CodeGeneratorARMVIXL::LoadBootImageRelRoEntry(vixl32::Register reg, in LoadBootImageRelRoEntry() function in art::arm::CodeGeneratorARMVIXL
9816 LoadBootImageRelRoEntry(reg, boot_image_reference); in LoadBootImageAddress()
Dintrinsics_riscv64.cc3401 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
Dintrinsics_arm_vixl.cc4405 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
Dintrinsics_arm64.cc4683 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()