Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h168 return debuggable_; in GetDebuggable()
172 debuggable_ = value; in SetDebuggable()
404 bool debuggable_; variable
Dcompiler_options.cc58 debuggable_(false), in CompilerOptions()
Dcompiler_options_map-inl.h56 options->debuggable_ = true; in ReadCompilerOptions()
/art/dex2oat/linker/
Doat_writer.cc1292 if (debuggable_) { in VisitMethod()
1394 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()
1440 const bool debuggable_; member in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
/art/compiler/optimizing/
Dnodes.h341 debuggable_(debuggable), in allocator_()
537 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()
726 const bool debuggable_; variable
/art/dex2oat/
Ddex2oat.cc1031 compiler_options_->debuggable_ ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()