Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h161 return debuggable_; in GetDebuggable()
165 debuggable_ = value; in SetDebuggable()
421 bool debuggable_; variable
Dcompiler_options.cc57 debuggable_(false), in CompilerOptions()
Dcompiler_options_map-inl.h55 options->debuggable_ = true; in ReadCompilerOptions()
/art/dex2oat/linker/
Doat_writer.cc1324 if (debuggable_) { in VisitMethod()
1426 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()
1472 const bool debuggable_; member in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
/art/compiler/optimizing/
Dnodes.h403 debuggable_(debuggable), in allocator_()
598 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()
802 const bool debuggable_; variable
/art/dex2oat/
Ddex2oat.cc1217 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()