Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_exception_helpers.cc65 catch_all_ = false; in Init()
78 catch_all_ = true; in Init()
81 catch_all_ = false; in Init()
94 if (catch_all_) { in Next()
97 catch_all_ = false; in Next()
Ddex_file_exception_helpers.h50 return remaining_count_ != -1 || catch_all_; in HasNext()
68 bool catch_all_; // is there a handler that will catch all exceptions in case variable
/art/dexlayout/
Ddex_ir.h973 : catch_all_(catch_all), list_offset_(list_offset), handlers_(handlers) { } in CatchHandler()
975 bool HasCatchAll() const { return catch_all_; } in HasCatchAll()
980 bool catch_all_;