Home
last modified time | relevance | path

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

/art/runtime/
Dimage-inl.h70 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods()
Dimage.h296 const ImageSection& GetMethodsSection() const { in GetMethodsSection() function
Dstack.cc746 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckFrame()
/art/runtime/jit/
Djit.cc635 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
694 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
722 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
1076 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods()
1237 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool()
/art/compiler/optimizing/
Dsharpening.cc45 return space->GetImageHeader().GetMethodsSection().Contains( in IsInBootImage()
/art/oatdump/
Doatdump.cc1713 } else if (space->GetImageHeader().GetMethodsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()
1980 const auto& method_section = image_header_.GetMethodsSection(); in Dump()
2248 const auto& method_section = image_header_.GetMethodsSection(); in DumpObject()