Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc34 debuggable_(false), in CompilerOptions()
82 debuggable_(debuggable), in CompilerOptions()
Dcompiler_options.h161 return debuggable_; in GetDebuggable()
226 const bool debuggable_; variable
/art/compiler/
Doat_writer.cc354 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) { in InitCodeMethodVisitor()
384 if (debuggable_) { in VisitMethod()
549 const bool debuggable_; member in art::OatWriter::InitCodeMethodVisitor
/art/compiler/optimizing/
Dnodes.h137 debuggable_(debuggable), in arena_()
259 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()
360 const bool debuggable_; variable