Home | History | Annotate | Download | only in verifier

Lines Matching refs:handlers_ptr

629   const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
630 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
633 CatchHandlerIterator iterator(handlers_ptr);
654 handlers_ptr = iterator.EndDataPointer();
2995 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
2996 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
2998 CatchHandlerIterator iterator(handlers_ptr);
3030 handlers_ptr = iterator.EndDataPointer();