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

/art/runtime/
H A Ddex_file.cc1294 handler_.address_ = -1;
1320 handler_.address_ = -1;
1355 handler_.type_idx_ = DecodeUnsignedLeb128(&current_data_);
1356 handler_.address_ = DecodeUnsignedLeb128(&current_data_);
1362 handler_.type_idx_ = DexFile::kDexNoIndex16;
1363 handler_.address_ = DecodeUnsignedLeb128(&current_data_);
H A Ddex_file.h1366 return handler_.type_idx_;
1369 return handler_.address_;
1388 } handler_; member in class:art::CatchHandlerIterator

Completed in 553 milliseconds