Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h160 bool GetDebuggable() const { in GetDebuggable() function
/art/compiler/optimizing/
Doptimizing_compiler.cc251 && !driver->GetCompilerOptions().GetDebuggable()), in OptimizingCompiler()
534 compiler_driver->GetCompilerOptions().GetDebuggable()); in TryCompile()
/art/compiler/
Doat_writer.cc354 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) { in InitCodeMethodVisitor()