Home
last modified time | relevance | path

Searched refs:HasTryCatch (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination.cc231 if (graph_->HasTryCatch()) { in SimplifyAlwaysThrows()
Dload_store_elimination.cc927 if (graph_->IsDebuggable() || graph_->HasTryCatch()) { in Run()
Dcode_generator.cc429 if (graph_->HasTryCatch()) { in Compile()
1037 if (graph.HasTryCatch()) { in CheckLoopEntriesCanBeUsedForOsr()
Dsuperblock_cloner.cc817 if (graph_->HasIrreducibleLoops() || graph_->HasTryCatch()) { in IsSubgraphClonable()
Dloop_optimization.cc495 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
Dnodes.cc2453 if (HasTryCatch()) { in InlineInto()
Dnodes.h612 bool HasTryCatch() const { return has_try_catch_; } in HasTryCatch() function