Home | History | Annotate | Download | only in verifier

Lines Matching refs:handlers_ptr

1071   const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
1072 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
1075 CatchHandlerIterator iterator(handlers_ptr);
1101 handlers_ptr = iterator.EndDataPointer();
3775 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
3776 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3778 CatchHandlerIterator iterator(handlers_ptr);
3812 handlers_ptr = iterator.EndDataPointer();