Searched refs:OP_SETDISPATCH (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/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()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5914 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()
|
D | upb.h | 6491 OP_SETDISPATCH = 35, /* N words: */
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9665 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()
|
D | upb.h | 9787 OP_SETDISPATCH = 35, /* N words: */
|