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

/art/compiler/optimizing/
H A Dnodes.h331 has_try_catch_(false),
588 bool HasTryCatch() const { return has_try_catch_; }
589 void SetHasTryCatch(bool value) { has_try_catch_ = value; }
685 bool has_try_catch_; member in class:art::HGraph

Completed in 163 milliseconds