Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc600 compiled_methods_filename_(nullptr), in Dex2Oat()
1241 compiled_methods_filename_ = option.substr(strlen("--compiled-methods=")).data(); in ParseArgs()
2435 if (compiled_methods_filename_ != nullptr) { in PrepareCompiledMethods()
2440 compiled_methods_filename_, in PrepareCompiledMethods()
2445 compiled_methods_filename_, in PrepareCompiledMethods()
2450 << compiled_methods_filename_ << "': " << error_msg; in PrepareCompiledMethods()
2889 const char* compiled_methods_filename_; member in art::FINAL