Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1462 const auto& method_section = image_header_.GetMethodsSection(); in Dump() local
1487 CHECK_ALIGNED(method_section.Offset(), 4); in Dump()
1488 stats_.alignment_bytes += method_section.Offset() - end_fields; in Dump()
1491 uint32_t end_methods = method_section.Offset() + method_section.Size(); in Dump()
1511 stats_.art_method_bytes += method_section.Size(); in Dump()
1723 const auto& method_section = state->image_header_.GetMethodsSection(); in Callback() local
1748 } else if (method_section.Contains( in Callback()
/art/compiler/driver/
Dcompiler_driver.cc1738 const auto& method_section = image_space->GetImageHeader().GetMethodsSection(); in GetCodeAndMethodForDirectCall() local
1739 if (method_section.Contains(reinterpret_cast<uint8_t*>(method) - image_space->Begin())) { in GetCodeAndMethodForDirectCall()