Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage-inl.h70 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods()
Dimage.h303 const ImageSection& GetMethodsSection() const { in GetMethodsSection() function
/art/runtime/jit/
Djit.cc528 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
587 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
615 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone()
1009 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods()
1127 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool()
/art/compiler/optimizing/
Dsharpening.cc45 return space->GetImageHeader().GetMethodsSection().Contains( in IsInBootImage()
/art/runtime/
Dstack.cc717 const ImageSection& methods = header.GetMethodsSection(); in ValidateFrame()
Dclass_linker.cc2057 if (header->GetMethodsSection().Contains(offset) || in CheckArtMethod()
11103 const ImageSection& methods_section = image_space->GetImageHeader().GetMethodsSection(); in GetHoldingClassLoaderOfCopiedMethod()
/art/oatdump/
Doatdump.cc1631 } else if (space->GetImageHeader().GetMethodsSection().Contains(local_offset)) { in DumpDataImgRelRoEntries()
1963 CHECK_ALIGNED_PARAM(image_header_.GetMethodsSection().Offset(), pointer_size); in Dump()