Home
last modified time | relevance | path

Searched defs:_emit_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c42 struct _emit_t { struct
48 pass_kind_t pass : 8;
51 int stack_size;
53 scope_t *scope;
62 size_t code_info_size;
63 size_t bytecode_offset;
64 size_t bytecode_size;
67 size_t n_info;
68 size_t n_cell;
71 uint16_t ct_cur_obj;
[all …]
A Demitnative.c207 struct _emit_t { struct
209 uint *label_slot;
210 uint exit_label;
211 int pass;
227 int prelude_offset;
228 int start_offset;
229 int n_state;
232 int stack_size;
233 uint16_t n_cell;
247 scope_t *scope;
[all …]

Completed in 12 milliseconds