Searched refs:debuggable_ (Results 1 – 6 of 6) sorted by relevance
161 return debuggable_; in GetDebuggable()165 debuggable_ = value; in SetDebuggable()421 bool debuggable_; variable
57 debuggable_(false), in CompilerOptions()
55 options->debuggable_ = true; in ReadCompilerOptions()
1324 if (debuggable_) { in VisitMethod()1426 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()1472 const bool debuggable_; member in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
403 debuggable_(debuggable), in allocator_()598 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()802 const bool debuggable_; variable
1217 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()