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