Home
last modified time | relevance | path

Searched refs:GetBootImageOffset (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.cc158 info.value_boot_image_reference = CodeGenerator::GetBootImageOffset(object); in ComputeValueOfInfo()
165 CodeGenerator::GetBootImageOffset(boot_image_live_objects) + in ComputeValueOfInfo()
Dcode_generator.h659 static uint32_t GetBootImageOffset(ObjPtr<mirror::Object> object)
661 static uint32_t GetBootImageOffset(HLoadClass* load_class);
662 static uint32_t GetBootImageOffset(HLoadString* load_string);
663 static uint32_t GetBootImageOffset(HInvoke* invoke);
664 static uint32_t GetBootImageOffset(ClassRoot class_root);
Dcode_generator.cc837 uint32_t CodeGenerator::GetBootImageOffset(ObjPtr<mirror::Object> object) { in GetBootImageOffset() function in art::CodeGenerator
842 uint32_t CodeGenerator::GetBootImageOffset(HLoadClass* load_class) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator
850 uint32_t CodeGenerator::GetBootImageOffset(HLoadString* load_string) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator
857 uint32_t CodeGenerator::GetBootImageOffset(HInvoke* invoke) { in GetBootImageOffset() function in art::CodeGenerator
864 uint32_t CodeGenerator::GetBootImageOffset(ClassRoot class_root) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator
Dcode_generator_arm64.cc4883 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod()
5344 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()
5625 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(cls); in VisitLoadClass()
5808 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(load); in VisitLoadString()
Dcode_generator_riscv64.cc4372 uint32_t boot_image_offset = codegen_->GetBootImageOffset(instruction); in VisitLoadClass()
4517 uint32_t boot_image_offset = codegen_->GetBootImageOffset(instruction); in VisitLoadString()
6800 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()
6819 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod()
Dcode_generator_x86_64.cc1142 RecordBootImageRelRoPatch(GetBootImageOffset(invoke)); in LoadMethod()
1422 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()
6745 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()
6949 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
Dcode_generator_arm_vixl.cc7761 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(cls); in VisitLoadClass()
7988 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(load); in VisitLoadString()
9501 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod()
9856 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()
Dcode_generator_x86.cc5505 GetBootImageOffset(invoke)); in LoadMethod()
7414 CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()
7615 CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
Dintrinsics_riscv64.cc3400 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(declaring_class); in GenerateVarHandleTarget()
Dintrinsics_x86_64.cc3908 codegen->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(declaring_class)); in GenerateVarHandleTarget()
Dintrinsics_arm_vixl.cc4404 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(declaring_class); in GenerateVarHandleTarget()
Dintrinsics_arm64.cc4682 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(declaring_class); in GenerateVarHandleTarget()