Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc772 SetHasTryCatch(graph_has_try_catch); in ComputeTryBlockInformation()
2795 outer_graph->SetHasTryCatch(true); in InlineInto()
Dnodes.h706 void SetHasTryCatch(bool value) { has_try_catch_ = value; } in SetHasTryCatch() function