Home | History | Annotate | Download | only in runtime

Lines Matching refs:handlers_ptr

3752   const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0);
3753 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3756 CatchHandlerIterator iterator(handlers_ptr);
3768 handlers_ptr = iterator.EndDataPointer();