HomeSort by relevance Sort by last modified time
    Searched refs:IsDebuggable (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
inliner.cc 47 if (graph_->IsDebuggable()) {
176 graph_->IsDebuggable(),
ssa_builder.cc 322 if (GetGraph()->IsDebuggable()) {
ssa_liveness_analysis.h     [all...]
nodes.h 259 bool IsDebuggable() const { return debuggable_; }
    [all...]
  /art/runtime/
oat.h 106 bool IsDebuggable() const;
oat_file.h 85 bool IsDebuggable() const;
oat.cc 451 bool OatHeader::IsDebuggable() const {
oat_file.cc 760 bool OatFile::IsDebuggable() const {
761 return GetOatHeader().IsDebuggable();
    [all...]
oat_file_assistant.cc 704 const bool debuggable = primary_oat_file != nullptr && primary_oat_file->IsDebuggable();
    [all...]

Completed in 286 milliseconds