Searched refs:SetHasTryCatch (Results 1 – 3 of 3) sorted by relevance
114 graph_->SetHasTryCatch(code_item_accessor_.TriesSize() != 0); in BuildGraph()182 graph_->SetHasTryCatch(false); in BuildIntrinsicGraph()
2454 outer_graph->SetHasTryCatch(true); in InlineInto()
601 void SetHasTryCatch(bool value) { has_try_catch_ = value; } in SetHasTryCatch() function