Home
last modified time | relevance | path

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

/art/runtime/
Dimage-inl.h70 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods()
Dimage.h296 const ImageSection& GetMethodsSection() const { in GetMethodsSection() function
Dstack.cc747 const ImageSection& methods = header.GetMethodsSection(); in ValidateFrame()
Dclass_linker.cc1953 method_sections_.push_back(&header.GetMethodsSection()); in ImageChecker()
/art/runtime/jit/
Djit.cc639 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
698 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
726 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
1077 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods()
1242 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool()
/art/compiler/optimizing/
Dsharpening.cc45 return space->GetImageHeader().GetMethodsSection().Contains( in IsInBootImage()
/art/oatdump/
Doatdump.cc1717 } else if (space->GetImageHeader().GetMethodsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()
1984 const auto& method_section = image_header_.GetMethodsSection(); in Dump()
2252 const auto& method_section = image_header_.GetMethodsSection(); in DumpObject()