Searched refs:LoadBootImageRelRoEntry (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_riscv64.h | 625 void LoadBootImageRelRoEntry(XRegister dest, uint32_t boot_image_offset);
|
D | code_generator_arm_vixl.h | 736 void LoadBootImageRelRoEntry(vixl::aarch32::Register reg, uint32_t boot_image_offset);
|
D | code_generator_arm64.h | 891 void LoadBootImageRelRoEntry(vixl::aarch64::Register reg, uint32_t boot_image_offset);
|
D | code_generator_arm64.cc | 4884 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()
|
D | code_generator_riscv64.cc | 4373 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()
|
D | code_generator_arm_vixl.cc | 7762 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()
|
D | intrinsics_riscv64.cc | 3401 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
|
D | intrinsics_arm_vixl.cc | 4405 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
|
D | intrinsics_arm64.cc | 4683 codegen->LoadBootImageRelRoEntry(target.object, boot_image_offset); in GenerateVarHandleTarget()
|