Lines Matching refs:MP_OBJ_NULL
88 if (code == MP_OBJ_NULL) { in code_consts()
137 if (dest[0] != MP_OBJ_NULL) { in code_attr()
186 return MP_OBJ_NULL; in mp_obj_new_code()
191 o->lnotab = MP_OBJ_NULL; in mp_obj_new_code()
214 if (dest[0] != MP_OBJ_NULL) { in frame_attr()
253 return MP_OBJ_NULL; in mp_obj_new_frame()
258 return MP_OBJ_NULL; in mp_obj_new_frame()
263 return MP_OBJ_NULL; in mp_obj_new_frame()
275 o->callback = MP_OBJ_NULL; in mp_obj_new_frame()
300 if (MP_STATE_THREAD(mp_pending_exception) != MP_OBJ_NULL) { in mp_prof_callback_invoke()
310 prof_trace_cb = MP_OBJ_NULL; in mp_prof_settrace()
321 return MP_OBJ_NULL; in mp_prof_frame_enter()
337 return MP_OBJ_NULL; in mp_prof_frame_enter()
349 code_state->frame->callback = mp_obj_is_callable(top) ? top : MP_OBJ_NULL; in mp_prof_frame_enter()
361 return MP_OBJ_NULL; in mp_prof_frame_update()
420 code_state->frame->callback = MP_OBJ_NULL; in mp_prof_instr_tick()