Home | History | Annotate | Download | only in oatdump

Lines Matching refs:methods_section

1530           const auto& methods_section = image_header_.GetMethodsSection();
1534 for (size_t pos = 0; pos < methods_section.Size(); pos += method_size) {
1536 image_space->Begin() + pos + methods_section.Offset());