Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc110 graph_->SetHasTryCatch(code_item_accessor_.TriesSize() != 0); in BuildGraph()
176 graph_->SetHasTryCatch(false); in BuildIntrinsicGraph()
Dnodes.cc2454 outer_graph->SetHasTryCatch(true); in InlineInto()
Dnodes.h666 void SetHasTryCatch(bool value) { has_try_catch_ = value; } in SetHasTryCatch() function