Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h113 return compiler_driver_->DidIncludeDebugSymbols(); in DidAddSymbols()
Doat_writer.cc440 if (writer_->compiler_driver_->DidIncludeDebugSymbols() || force_debug_capture) { in VisitMethod()
/art/compiler/driver/
Dcompiler_driver.h424 bool DidIncludeDebugSymbols() const { in DidIncludeDebugSymbols() function