Home
last modified time | relevance | path

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

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