Home
last modified time | relevance | path

Searched defs:n_closed_over (Results 1 – 7 of 7) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dshowbc.c456 mp_uint_t n_closed_over = *ip++; in mp_bytecode_print_str() local
463 mp_uint_t n_closed_over = *ip++; in mp_bytecode_print_str() local
H A Dobjclosure.c91 mp_obj_t mp_obj_new_closure(mp_obj_t fun, size_t n_closed_over, const mp_obj_t *closed) { in mp_obj_new_closure()
H A Demitglue.c221 mp_obj_t mp_make_closure_from_raw_code(const mp_raw_code_t *rc, mp_uint_t n_closed_over, const mp_o… in mp_make_closure_from_raw_code()
H A Dprofile.c826 mp_uint_t n_closed_over = *ip++; in mp_prof_opcode_decode() local
836 mp_uint_t n_closed_over = *ip++; in mp_prof_opcode_decode() local
H A Dvm.c958 size_t n_closed_over = *ip++; in mp_execute_bytecode() local
967 size_t n_closed_over = *ip++; in mp_execute_bytecode() local
H A Demitbc.c798 void mp_emit_bc_make_closure(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos… in mp_emit_bc_make_closure()
H A Demitnative.c2699 STATIC void emit_native_make_closure(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint… in emit_native_make_closure()