Searched defs:method_section (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dsharpening.cc60 const ImageSection& method_section = image_space->GetImageHeader().GetMethodsSection(); local
61 if (method_section.Contains(reinterpret_cast<uint8_t*>(method) - image_space->Begin())) {
/art/oatdump/
H A Doatdump.cc2173 const auto& method_section = image_header_.GetMethodsSection(); local
2195 CHECK_ALIGNED(method_section.Offset(), 4);
2196 stats_.alignment_bytes += method_section.Offset() - end_fields;
2199 uint32_t end_methods = method_section.Offset() + method_section.Size();
2219 stats_.art_method_bytes += method_section.Size();
2439 const auto& method_section = image_header_.GetMethodsSection(); local
2465 } else if (method_section.Contains(

Completed in 79 milliseconds