Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h501 is_catch_block_(false) {} in graph_()
751 bool IsCatchBlock() const { return is_catch_block_; } in IsCatchBlock()
752 void SetIsCatchBlock() { is_catch_block_ = true; } in SetIsCatchBlock()
772 bool is_catch_block_; variable