Searched refs:debuggable_ (Results 1 – 6 of 6) sorted by relevance
168 return debuggable_; in GetDebuggable()172 debuggable_ = value; in SetDebuggable()404 bool debuggable_; variable
58 debuggable_(false), in CompilerOptions()
56 options->debuggable_ = true; in ReadCompilerOptions()
1292 if (debuggable_) { in VisitMethod()1394 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()1440 const bool debuggable_; member in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
341 debuggable_(debuggable), in allocator_()537 bool IsDebuggable() const { return debuggable_; } in IsDebuggable()726 const bool debuggable_; variable
1031 compiler_options_->debuggable_ ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()