Home
last modified time | relevance | path

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

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