Searched refs:handler_ (Results 1 – 2 of 2) sorted by relevance
1294 handler_.address_ = -1; in CatchHandlerIterator()1320 handler_.address_ = -1; in CatchHandlerIterator()1355 handler_.type_idx_ = DecodeUnsignedLeb128(¤t_data_); in Next()1356 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()1362 handler_.type_idx_ = DexFile::kDexNoIndex16; in Next()1363 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()
1366 return handler_.type_idx_; in GetHandlerTypeIndex()1369 return handler_.address_; in GetHandlerAddress()1388 } handler_; variable