Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1332 catch_all_ = false; in Init()
1345 catch_all_ = true; in Init()
1348 catch_all_ = false; in Init()
1361 if (catch_all_) { in Next()
1364 catch_all_ = false; in Next()
Ddex_file.h1373 return remaining_count_ != -1 || catch_all_; in HasNext()
1391 bool catch_all_; // is there a handler that will catch all exceptions in case variable