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

/art/compiler/optimizing/
H A Dbuilder.cc79 graph_->SetHasTryCatch(code_item_.tries_size_ != 0);
H A Dnodes.h506 void SetHasTryCatch(bool value) { has_try_catch_ = value; } function in class:art::HGraph

Completed in 61 milliseconds