Searched refs:bytecode_end (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 76 g->bytecode_end = NULL; in newgroup() 210 if (c->pc == g->bytecode_end) { in put32() 212 size_t oldsize = g->bytecode_end - g->bytecode; in put32() 217 g->bytecode_end = g->bytecode + newsize; in put32() 842 g->bytecode_end = c->pc; in mgroup_new() 849 dumpbc(g->bytecode, g->bytecode_end, stderr); in mgroup_new() 850 dumpbc(g->bytecode, g->bytecode_end, f); in mgroup_new() 855 fwrite(g->bytecode, 1, g->bytecode_end - g->bytecode, f); in mgroup_new()
|
D | decoder.int.h | 98 uint32_t *bytecode_end; member
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5873 g->bytecode_end = NULL; in newgroup() 6005 if (c->pc == g->bytecode_end) { in put32() 6007 size_t oldsize = g->bytecode_end - g->bytecode; in put32() 6012 g->bytecode_end = g->bytecode + newsize; in put32() 6641 g->bytecode_end = c->pc; in mgroup_new() 6648 dumpbc(g->bytecode, g->bytecode_end, stderr); in mgroup_new() 6649 dumpbc(g->bytecode, g->bytecode_end, f); in mgroup_new() 6654 fwrite(g->bytecode, 1, g->bytecode_end - g->bytecode, f); in mgroup_new()
|
D | upb.h | 6525 uint32_t *bytecode_end;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9554 g->bytecode_end = NULL; in newgroup() 9756 if (c->pc == g->bytecode_end) { in put32() 9758 size_t oldsize = g->bytecode_end - g->bytecode; in put32() 9763 g->bytecode_end = g->bytecode + newsize; in put32() 10416 g->bytecode_end = c->pc; in mgroup_new() 10423 dumpbc(g->bytecode, g->bytecode_end, stderr); in mgroup_new() 10424 dumpbc(g->bytecode, g->bytecode_end, f); in mgroup_new() 10429 fwrite(g->bytecode, 1, g->bytecode_end - g->bytecode, f); in mgroup_new()
|
D | upb.h | 9826 uint32_t *bytecode_end;
|