Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc2071 std::ostream* file_log = manager->GetCompiler()-> in InitializeClass() local
2073 if (file_log != nullptr) { in InitializeClass()
2074 *file_log << descriptor << "\n"; in InitializeClass()
2075 *file_log << exception->Dump() << "\n"; in InitializeClass()