Home | History | Annotate | Download | only in verifier

Lines Matching refs:handlers_ptr

987   const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData();
988 const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
991 CatchHandlerIterator iterator(handlers_ptr);
1016 handlers_ptr = iterator.EndDataPointer();
3775 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData();
3776 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3778 CatchHandlerIterator iterator(handlers_ptr);
3812 handlers_ptr = iterator.EndDataPointer();