Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc517 compiled_methods_filename_(nullptr), in Dex2Oat()
641 compiled_methods_filename_ = option.substr(strlen("--compiled-methods=")).data(); in ParseArgs()
1240 if (compiled_methods_filename_ != nullptr) { in Setup()
1244 compiled_methods_filename_, in Setup()
1248 compiled_methods_.reset(ReadCommentedInputFromFile(compiled_methods_filename_, in Setup()
1253 << compiled_methods_filename_ << "': " << error_msg; in Setup()
1888 const char* compiled_methods_filename_; member in art::FINAL