Home
last modified time | relevance | path

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

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