Searched refs:runtime_method_sections_ (Results 1 – 1 of 1) sorted by relevance
1788 runtime_method_sections_.reserve(spaces_.size()); in ImageChecker()1793 runtime_method_sections_.push_back(&header.GetRuntimeMethodsSection()); in ImageChecker()1812 runtime_method_sections_[i]->Contains(offset); in CheckArtMethod()1840 std::vector<const ImageSection*> runtime_method_sections_; member in art::ImageChecker