Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator.h634 static uint32_t GetBootImageOffset(ObjPtr<mirror::Object> object)
636 static uint32_t GetBootImageOffset(HLoadClass* load_class);
637 static uint32_t GetBootImageOffset(HLoadString* load_string);
638 static uint32_t GetBootImageOffset(HInvoke* invoke);
639 static uint32_t GetBootImageOffset(ClassRoot class_root);
H A Dintrinsics.cc351 info.value_boot_image_reference = CodeGenerator::GetBootImageOffset(integer); in ComputeIntegerValueOfInfo()
358 CodeGenerator::GetBootImageOffset(boot_image_live_objects) + in ComputeIntegerValueOfInfo()
H A Dcode_generator.cc910 uint32_t CodeGenerator::GetBootImageOffset(ObjPtr<mirror::Object> object) { in GetBootImageOffset() function in art::CodeGenerator
915 uint32_t CodeGenerator::GetBootImageOffset(HLoadClass* load_class) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator
923 uint32_t CodeGenerator::GetBootImageOffset(HLoadString* load_string) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator
930 uint32_t CodeGenerator::GetBootImageOffset(HInvoke* invoke) { in GetBootImageOffset() function in art::CodeGenerator
937 uint32_t CodeGenerator::GetBootImageOffset(ClassRoot class_root) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator
H A Dcode_generator_arm64.cc4549 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod()
5019 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()
5311 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(cls); in VisitLoadClass()
5487 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(load); in VisitLoadString()
H A Dcode_generator_arm_vixl.cc7485 codegen_->NewBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()
7710 codegen_->NewBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
9178 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod()
9526 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()
H A Dcode_generator_x86_64.cc1019 RecordBootImageRelRoPatch(GetBootImageOffset(invoke)); in LoadMethod()
6326 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()
6485 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
H A Dcode_generator_x86.cc5225 GetBootImageOffset(invoke)); in LoadMethod()
7193 CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()
7392 CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()