Home
last modified time | relevance | path

Searched refs:OP_SETDISPATCH (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c117 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()
Ddecoder.int.h64 OP_SETDISPATCH = 35, /* N words: */ enumerator
Ddecoder.c49 case OP_SETDISPATCH: in consumes_input()
731 VMCASE(OP_SETDISPATCH, in run_decoder_vm()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6129 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()
Dupb.h6009 OP_SETDISPATCH = 35, /* N words: */