Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:compiled_methods_

1860                                      compiled_methods_.release(),
2438 compiled_methods_.reset(ReadCommentedInputFromZip<std::unordered_set<std::string>>(
2444 compiled_methods_.reset(ReadCommentedInputFromFile<std::unordered_set<std::string>>(
2448 if (compiled_methods_.get() == nullptr) {
2454 compiled_methods_.reset(nullptr); // By default compile everything.
2894 std::unique_ptr<std::unordered_set<std::string>> compiled_methods_;