Searched refs:HasTryCatch (Results 1 - 3 of 3) sorted by path

/art/compiler/optimizing/
H A Dcode_generator.cc251 if (graph_->HasTryCatch()) {
648 if (graph.HasTryCatch()) {
H A Dload_store_elimination.cc1024 if (graph_->IsDebuggable() || graph_->HasTryCatch()) {
H A Dnodes.h505 bool HasTryCatch() const { return has_try_catch_; } function in class:art::HGraph

Completed in 21 milliseconds