Home | History | Annotate | Download | only in verifier

Lines Matching defs:handlers_size

988   const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
990 for (uint32_t idx = 0; idx < handlers_size; idx++) {
3776 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3777 for (uint32_t i = 0; i < handlers_size; i++) {