Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5914 case OP_SETDISPATCH: return 1 + ptr_words; in instruction_len()
6023 case OP_SETDISPATCH: { in putop()
6025 put32(c, OP_SETDISPATCH); in putop()
6143 case OP_SETDISPATCH: { in dumpbc()
6512 putop(c, OP_SETDISPATCH, &method->dispatch); in compile_method()
6771 case OP_SETDISPATCH: in consumes_input()
7461 VMCASE(OP_SETDISPATCH, in run_decoder_vm()
Dupb.h6491 OP_SETDISPATCH = 35, /* N words: */
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9665 case OP_SETDISPATCH: return 1 + ptr_words; in instruction_len()
9774 case OP_SETDISPATCH: { in putop()
9776 put32(c, OP_SETDISPATCH); in putop()
9894 case OP_SETDISPATCH: { in dumpbc()
10263 putop(c, OP_SETDISPATCH, &method->dispatch); in compile_method()
10538 case OP_SETDISPATCH: in consumes_input()
11230 VMCASE(OP_SETDISPATCH, in run_decoder_vm()
Dupb.h9787 OP_SETDISPATCH = 35, /* N words: */