Searched refs:OP_SETDISPATCH (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 117 case OP_SETDISPATCH: return 1 + ptr_words; in instruction_len() 228 case OP_SETDISPATCH: { in putop() 230 put32(c, OP_SETDISPATCH); in putop() 348 case OP_SETDISPATCH: { in dumpbc() 717 putop(c, OP_SETDISPATCH, &method->dispatch); in compile_method()
|
D | decoder.int.h | 64 OP_SETDISPATCH = 35, /* N words: */ enumerator
|
D | decoder.c | 49 case OP_SETDISPATCH: in consumes_input() 731 VMCASE(OP_SETDISPATCH, in run_decoder_vm()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6129 case OP_SETDISPATCH: return 1 + ptr_words; in instruction_len() 6240 case OP_SETDISPATCH: { in putop() 6242 put32(c, OP_SETDISPATCH); in putop() 6360 case OP_SETDISPATCH: { in dumpbc() 6729 putop(c, OP_SETDISPATCH, &method->dispatch); in compile_method() 6979 case OP_SETDISPATCH: in consumes_input() 7661 VMCASE(OP_SETDISPATCH, in run_decoder_vm()
|
D | upb.h | 6009 OP_SETDISPATCH = 35, /* N words: */
|