Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc176 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods()
Dimage.h248 const ImageSection& GetMethodsSection() const { in GetMethodsSection() function
Dstack.cc665 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckFrame()
Dclass_linker.cc1506 method_sections_.push_back(&header.GetMethodsSection()); in ImageSanityChecks()
/art/compiler/optimizing/
Dsharpening.cc60 const ImageSection& method_section = image_space->GetImageHeader().GetMethodsSection(); in IsInBootImage()
/art/oatdump/
Doatdump.cc2173 const auto& method_section = image_header_.GetMethodsSection(); in Dump()
2439 const auto& method_section = image_header_.GetMethodsSection(); in DumpObject()