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.cc916 if (graph_->IsDebuggable() || graph_->HasTryCatch()) { in Run()
Dcode_generator.cc430 if (graph_->HasTryCatch()) { in Compile()
1088 if (graph.HasTryCatch()) { in CheckLoopEntriesCanBeUsedForOsr()
Dsuperblock_cloner.cc859 if (graph_->HasIrreducibleLoops() || graph_->HasTryCatch()) { in IsSubgraphClonable()
Dloop_optimization.cc498 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
Dnodes.cc2453 if (HasTryCatch()) { in InlineInto()
Dnodes.h665 bool HasTryCatch() const { return has_try_catch_; } in HasTryCatch() function