Searched refs:GetBootImageOffset (Results 1 – 10 of 10) sorted by relevance
643 static uint32_t GetBootImageOffset(ObjPtr<mirror::Object> object)645 static uint32_t GetBootImageOffset(HLoadClass* load_class);646 static uint32_t GetBootImageOffset(HLoadString* load_string);647 static uint32_t GetBootImageOffset(HInvoke* invoke);648 static uint32_t GetBootImageOffset(ClassRoot class_root);
350 info.value_boot_image_reference = CodeGenerator::GetBootImageOffset(integer); in ComputeIntegerValueOfInfo()357 CodeGenerator::GetBootImageOffset(boot_image_live_objects) + in ComputeIntegerValueOfInfo()
909 uint32_t CodeGenerator::GetBootImageOffset(ObjPtr<mirror::Object> object) { in GetBootImageOffset() function in art::CodeGenerator914 uint32_t CodeGenerator::GetBootImageOffset(HLoadClass* load_class) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator922 uint32_t CodeGenerator::GetBootImageOffset(HLoadString* load_string) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator929 uint32_t CodeGenerator::GetBootImageOffset(HInvoke* invoke) { in GetBootImageOffset() function in art::CodeGenerator936 uint32_t CodeGenerator::GetBootImageOffset(ClassRoot class_root) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator
4626 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod()5098 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()5390 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(cls); in VisitLoadClass()5559 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(load); in VisitLoadString()
1086 RecordBootImageRelRoPatch(GetBootImageOffset(invoke)); in LoadMethod()1354 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()6434 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()6593 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
7530 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(cls); in VisitLoadClass()7753 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(load); in VisitLoadString()9220 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod()9570 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic()
5303 GetBootImageOffset(invoke)); in LoadMethod()7141 CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()7340 CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
3748 codegen->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(declaring_class)); in GenerateVarHandleTarget()
4327 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(declaring_class); in GenerateVarHandleTarget()
4604 uint32_t boot_image_offset = CodeGenerator::GetBootImageOffset(declaring_class); in GenerateVarHandleTarget()