Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc116 if (GetGraph()->HasTryCatch() != flag_info_.seen_try_boundary) { in CheckGraphFlags()
120 StrBool(GetGraph()->HasTryCatch()), in CheckGraphFlags()
470 if (!GetGraph()->HasTryCatch()) { in VisitTryBoundary()
Ddead_code_elimination.cc694 if (!graph_->HasTryCatch()) { in RemoveUnneededTries()
Dcode_generator.cc363 if (graph_->HasTryCatch()) { in Compile()
1057 if (graph.HasTryCatch()) { in CheckLoopEntriesCanBeUsedForOsr()
Dnodes.cc2690 if (HasTryCatch()) { in InlineInto()
Dnodes.h703 bool HasTryCatch() const { return has_try_catch_; } in HasTryCatch() function