Home | History | Annotate | Download | only in runtime

Lines Matching refs:handlers_ptr

4465   const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0);
4466 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
4468 CatchHandlerIterator iterator(handlers_ptr);
4480 handlers_ptr = iterator.EndDataPointer();