Home | History | Annotate | Download | only in verifier

Lines Matching refs:handlers_size

1029   uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
1031 for (uint32_t idx = 0; idx < handlers_size; idx++) {
3697 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3698 for (uint32_t i = 0; i < handlers_size; i++) {