Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h327 has_try_catch_(false), in arena_()
571 bool HasTryCatch() const { return has_try_catch_; } in HasTryCatch()
572 void SetHasTryCatch(bool value) { has_try_catch_ = value; } in SetHasTryCatch()
667 bool has_try_catch_; variable