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

/art/runtime/
H A Ddex_file.h1623 return remaining_count_ != -1 || catch_all_;
1641 bool catch_all_; // is there a handler that will catch all exceptions in case member in class:art::CatchHandlerIterator
H A Ddex_file.cc2520 catch_all_ = false;
2533 catch_all_ = true;
2536 catch_all_ = false;
2549 if (catch_all_) {
2552 catch_all_ = false;

Completed in 4116 milliseconds