Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h401 has_try_catch_(false), in allocator_()
686 bool HasTryCatch() const { return has_try_catch_; } in HasTryCatch()
687 void SetHasTryCatch(bool value) { has_try_catch_ = value; } in SetHasTryCatch()
797 bool has_try_catch_; variable