Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc519 compiled_methods_filename_(nullptr), in Dex2Oat()
1100 compiled_methods_filename_ = option.substr(strlen("--compiled-methods=")).data(); in ParseArgs()
2063 if (compiled_methods_filename_ != nullptr) { in PrepareCompiledMethods()
2067 compiled_methods_filename_, in PrepareCompiledMethods()
2071 compiled_methods_.reset(ReadCommentedInputFromFile(compiled_methods_filename_, in PrepareCompiledMethods()
2076 << compiled_methods_filename_ << "': " << error_msg; in PrepareCompiledMethods()
2459 const char* compiled_methods_filename_; member in art::FINAL