Searched refs:methods_to_process_ (Results 1 – 1 of 1) sorted by relevance
1553 methods_to_process_.push_back(std::make_pair(&method, origin)); in StartClass()1627 for (std::pair<ArtMethod*, ArtMethod*>& p : methods_to_process_) { in Postprocess()1643 std::vector<std::pair<ArtMethod*, ArtMethod*>> methods_to_process_; member in art::linker::OatWriter::InitImageMethodVisitor