Lines Matching defs:dispatch
6060 * the dispatch table pointer. We can optimze so that the JIT uses
6080 upb_inttable *dispatch; /* Not used by the JIT. */
6106 upb_inttable dispatch;
6181 /* A special label that means "do field dispatch for this message and branch to
6185 /* A special slot in the dispatch table that stores the epilogue (ENDMSG and/or
6193 /* The dispatch table layout is:
6211 UPB_INLINE void upb_pbdecoder_unpackdispatch(uint64_t dispatch, uint64_t *ofs,
6213 *wt1 = (uint8_t)dispatch;
6214 *wt2 = (uint8_t)(dispatch >> 8);
6215 *ofs = dispatch >> 16;