Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc590 bool graph_has_try_catch = false; in ComputeTryBlockInformation() local
606 graph_has_try_catch |= try_entry != nullptr; in ComputeTryBlockInformation()
616 SetHasTryCatch(graph_has_try_catch); in ComputeTryBlockInformation()