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