Searched refs:handler_ (Results 1 – 2 of 2) sorted by relevance
1232 handler_.address_ = -1; in CatchHandlerIterator()1258 handler_.address_ = -1; in CatchHandlerIterator()1293 handler_.type_idx_ = DecodeUnsignedLeb128(¤t_data_); in Next()1294 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()1300 handler_.type_idx_ = DexFile::kDexNoIndex16; in Next()1301 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()
1334 return handler_.type_idx_; in GetHandlerTypeIndex()1337 return handler_.address_; in GetHandlerAddress()1356 } handler_; variable