Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1270 catch_all_ = false; in Init()
1283 catch_all_ = true; in Init()
1286 catch_all_ = false; in Init()
1299 if (catch_all_) { in Next()
1302 catch_all_ = false; in Next()
Ddex_file.h1341 return remaining_count_ != -1 || catch_all_; in HasNext()
1359 bool catch_all_; // is there a handler that will catch all exceptions in case variable