Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h157 return debuggable_; in GetDebuggable()
161 debuggable_ = value; in SetDebuggable()
417 bool debuggable_; variable
Dcompiler_options.cc57 debuggable_(false), in CompilerOptions()
Dcompiler_options_map-inl.h67 options->debuggable_ = true;
/art/dex2oat/linker/
Doat_writer.cc1333 if (debuggable_) { in VisitMethod()
1434 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()
1480 const bool debuggable_; member in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
/art/compiler/optimizing/
Dnodes.h408 debuggable_(debuggable), in allocator_()
619 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()
834 const bool debuggable_; variable
/art/dex2oat/
Ddex2oat.cc941 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()