Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1984 const auto& method_section = image_header_.GetMethodsSection(); in Dump() local
2008 CHECK_ALIGNED(method_section.Offset(), 4); in Dump()
2009 stats_.alignment_bytes += method_section.Offset() - end_fields; in Dump()
2012 uint32_t end_methods = method_section.Offset() + method_section.Size(); in Dump()
2032 stats_.art_method_bytes += method_section.Size(); in Dump()
2252 const auto& method_section = image_header_.GetMethodsSection(); in DumpObject() local
2278 } else if (method_section.Contains( in DumpObject()