Searched refs:GetBootImageOffset (Results 1 – 6 of 6) sorted by relevance
633 uint32_t GetBootImageOffset(HLoadClass* load_class);634 uint32_t GetBootImageOffset(HLoadString* load_string);635 uint32_t GetBootImageOffset(HInvokeStaticOrDirect* invoke);
908 uint32_t CodeGenerator::GetBootImageOffset(HLoadClass* load_class) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator916 uint32_t CodeGenerator::GetBootImageOffset(HLoadString* load_string) NO_THREAD_SAFETY_ANALYSIS { in GetBootImageOffset() function in art::CodeGenerator923 uint32_t CodeGenerator::GetBootImageOffset(HInvokeStaticOrDirect* invoke) { in GetBootImageOffset() function in art::CodeGenerator
4443 uint32_t boot_image_offset = GetBootImageOffset(invoke); in GenerateStaticOrDirectCall()5096 uint32_t boot_image_offset = codegen_->GetBootImageOffset(cls); in VisitLoadClass()5273 uint32_t boot_image_offset = codegen_->GetBootImageOffset(load); in VisitLoadString()
1024 RecordBootImageRelRoPatch(GetBootImageOffset(invoke)); in GenerateStaticOrDirectCall()6189 codegen_->RecordBootImageRelRoPatch(codegen_->GetBootImageOffset(cls)); in VisitLoadClass()6346 codegen_->RecordBootImageRelRoPatch(codegen_->GetBootImageOffset(load)); in VisitLoadString()
5040 GetBootImageOffset(invoke)); in GenerateStaticOrDirectCall()6857 codegen_->GetBootImageOffset(cls)); in VisitLoadClass()7054 codegen_->GetBootImageOffset(load)); in VisitLoadString()
7390 codegen_->NewBootImageRelRoPatch(codegen_->GetBootImageOffset(cls)); in VisitLoadClass()7614 codegen_->NewBootImageRelRoPatch(codegen_->GetBootImageOffset(load)); in VisitLoadString()9082 uint32_t boot_image_offset = GetBootImageOffset(invoke); in GenerateStaticOrDirectCall()