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.h289 const ImageSection& GetMethodsSection() const { in GetMethodsSection() function
Dstack.cc648 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckFrame()
Dclass_linker.cc1865 method_sections_.push_back(&header.GetMethodsSection()); in ImageSanityChecks()
/art/compiler/optimizing/
Dsharpening.cc42 const ImageSection& method_section = image_space->GetImageHeader().GetMethodsSection(); in IsInBootImage()
/art/oatdump/
Doatdump.cc1714 } else if (space->GetImageHeader().GetMethodsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()
1983 const auto& method_section = image_header_.GetMethodsSection(); in Dump()
2244 const auto& method_section = image_header_.GetMethodsSection(); in DumpObject()