Searched refs:IsDebuggable (Results 1 - 9 of 9) sorted by relevance

/art/compiler/optimizing/
H A Dinliner.cc47 if (graph_->IsDebuggable()) {
176 graph_->IsDebuggable(),
H A Dssa_builder.cc322 if (GetGraph()->IsDebuggable()) {
H A Dssa_liveness_analysis.h1201 if (instruction->GetBlock()->GetGraph()->IsDebuggable()) return true;
H A Dnodes.h259 bool IsDebuggable() const { return debuggable_; } function in class:art::HGraph
/art/runtime/
H A Doat.h106 bool IsDebuggable() const;
H A Doat_file.h85 bool IsDebuggable() const;
H A Doat.cc451 bool OatHeader::IsDebuggable() const { function in class:art::OatHeader
H A Doat_file.cc760 bool OatFile::IsDebuggable() const { function in class:art::OatFile
761 return GetOatHeader().IsDebuggable();
H A Doat_file_assistant.cc704 const bool debuggable = primary_oat_file != nullptr && primary_oat_file->IsDebuggable();

Completed in 94 milliseconds