Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h155 return debuggable_; in GetDebuggable()
159 debuggable_ = value; in SetDebuggable()
426 bool debuggable_; variable
Dcompiler_options.cc56 debuggable_(false), in CompilerOptions()
Dcompiler_options_map-inl.h67 options->debuggable_ = true;
/art/compiler/optimizing/
Dstack_map_stream.h133 bool debuggable_; variable
Dstack_map_stream.cc65 debuggable_ = debuggable; in BeginMethod()
379 flags |= debuggable_ ? CodeInfo::kIsDebuggable : 0; in Encode()
Dnodes.h412 debuggable_(debuggable), in allocator_()
631 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()
702 return number_of_cha_guards_ != 0 || debuggable_; in HasShouldDeoptimizeFlag()
855 const bool debuggable_; variable
/art/dex2oat/linker/
Doat_writer.cc1229 if (debuggable_) { in VisitMethod()
1330 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()
1376 const bool debuggable_; member in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
/art/dex2oat/
Ddex2oat.cc970 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()