Searched refs:lasti (Results 1 – 2 of 2) sorted by relevance
104 uint lasti = 0; in raw_code_lnotab() local115 uint instr_diff = (i - start) - lasti; in raw_code_lnotab()125 lasti = i - start; in raw_code_lnotab()235 dest[0] = MP_OBJ_NEW_SMALL_INT(o->lasti); in frame_attr()272 o->lasti = code_state->ip - prelude->opcodes; in mp_obj_new_frame()273 o->lineno = mp_prof_bytecode_lineno(rc, o->lasti); in mp_obj_new_frame()371 o->lasti = code_state->ip - prelude->opcodes; in mp_prof_frame_update()372 o->lineno = mp_prof_bytecode_lineno(rc, o->lasti); in mp_prof_frame_update()
49 mp_uint_t lasti; member
Completed in 4 milliseconds