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

/art/oatdump/
H A Doatdump.cc1559 const auto& method_section = image_header_.GetMethodsSection(); local
1568 stats_.art_method_bytes += method_section.Size();
1768 const auto& method_section = state->image_header_.GetMethodsSection(); local
1785 } else if (method_section.Contains(offset)) {
/art/compiler/driver/
H A Dcompiler_driver.cc1459 const auto& method_section = image_space->GetImageHeader().GetMethodsSection(); local
1460 method_in_image = method_section.Contains(

Completed in 85 milliseconds