Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc1690 method_sections_.reserve(spaces_.size()); in ImageSanityChecks()
1695 method_sections_.push_back(&header.GetMethodsSection()); in ImageSanityChecks()
1714 contains = method_sections_[i]->Contains(offset) || in SanityCheckArtMethod()
1767 std::vector<const ImageSection*> method_sections_; member in art::FINAL