Searched refs:debuggable_ (Results 1 – 6 of 6) sorted by relevance
139 return debuggable_; in GetDebuggable()143 debuggable_ = value; in SetDebuggable()310 bool debuggable_; variable
45 debuggable_(false), in CompilerOptions()
59 options->debuggable_ = true; in ReadCompilerOptions()
1270 if (debuggable_) { in VisitMethod()1393 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()1445 const bool debuggable_; member in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
335 debuggable_(debuggable), in allocator_()525 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()706 const bool debuggable_; variable
1121 compiler_options_->debuggable_ ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()