Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc2345 std::ostream* file_log = manager_->GetCompiler()-> in TryInitializeClass() local
2347 if (file_log != nullptr) { in TryInitializeClass()
2348 *file_log << descriptor << "\n"; in TryInitializeClass()
2349 *file_log << exception->Dump() << "\n"; in TryInitializeClass()