Home
last modified time | relevance | path

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

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