Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc2262 std::ostream* file_log = manager_->GetCompiler()-> in TryInitializeClass() local
2264 if (file_log != nullptr) { in TryInitializeClass()
2265 *file_log << descriptor << "\n"; in TryInitializeClass()
2266 *file_log << exception->Dump() << "\n"; in TryInitializeClass()