Home
last modified time | relevance | path

Searched refs:mp_prof_bytecode_lineno (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dprofile.c35 STATIC uint mp_prof_bytecode_lineno(const mp_raw_code_t *rc, size_t bc) { in mp_prof_bytecode_lineno() function
103 uint last_lineno = mp_prof_bytecode_lineno(rc, start); in raw_code_lnotab()
112 uint lineno = mp_prof_bytecode_lineno(rc, i); in raw_code_lnotab()
158 dest[0] = MP_OBJ_NEW_SMALL_INT(mp_prof_bytecode_lineno(rc, 0)); in code_attr()
273 o->lineno = mp_prof_bytecode_lineno(rc, o->lasti); in mp_obj_new_frame()
331 frame->lineno = mp_prof_bytecode_lineno(rc, 0); in mp_prof_frame_enter()
372 o->lineno = mp_prof_bytecode_lineno(rc, o->lasti); in mp_prof_frame_update()
407 size_t current_line_no = mp_prof_bytecode_lineno(rc, code_state->ip - prelude->opcodes); in mp_prof_instr_tick()
958 mp_prof_bytecode_lineno(rc, offset) in mp_prof_print_instr()

Completed in 4 milliseconds