Searched refs:fun_bc (Results 1 – 8 of 8) sorted by relevance
67 o->code_state.fun_bc = self_fun; in gen_wrap_call()113 o->code_state.fun_bc = self_fun; in native_gen_wrap_call()147 …enerator object '%q' at %p>", mp_obj_fun_get_name(MP_OBJ_FROM_PTR(self->code_state.fun_bc)), self); in gen_instance_print()187 mp_globals_set(self->code_state.fun_bc->globals); in mp_obj_gen_resume()195 …en_t fun = MICROPY_MAKE_POINTER_CALLABLE((const void *)(self->code_state.fun_bc->bytecode + 2 * si… in mp_obj_gen_resume()
56 mp_obj_fun_bc_t *fun_bc = MP_OBJ_TO_PTR(self->module_fun); in code_execute() local57 fun_bc->globals = globals; in code_execute()
232 dest[0] = MP_OBJ_FROM_PTR(o->code_state->fun_bc->globals); in frame_attr()261 mp_obj_code_t *code = o->code = MP_OBJ_TO_PTR(mp_obj_new_code(code_state->fun_bc->rc)); in mp_obj_new_frame()328 const mp_raw_code_t *rc = code_state->fun_bc->rc; in mp_prof_frame_enter()404 const mp_raw_code_t *rc = code_state->fun_bc->rc; in mp_prof_instr_tick()944 mp_prof_opcode_decode(ip, code_state->fun_bc->rc->const_table, instruction); in mp_prof_print_instr()945 const mp_raw_code_t *rc = code_state->fun_bc->rc; in mp_prof_print_instr()
206 mp_obj_fun_bc_t *fun_bc; member
47 #define TRACE(ip) TRACE_PREFIX; mp_bytecode_print2(&mp_plat_print, ip, 1, code_state->fun_bc->const…74 void *ptr = (void*)(uintptr_t)code_state->fun_bc->const_table[unum]77 mp_obj_t obj = (mp_obj_t)code_state->fun_bc->const_table[unum]1466 const byte *ip = code_state->fun_bc->bytecode; in mp_execute_bytecode()
117 mp_obj_fun_bc_t *self = code_state->fun_bc; in mp_setup_code_state()
211 code_state->fun_bc = _fun_bc; \
92 #define OFFSETOF_CODE_STATE_FUN_BC (offsetof(mp_code_state_t, fun_bc) / sizeof(uintptr_t))
Completed in 19 milliseconds