Searched refs:mp_bytecode_get_source_line (Results 1 – 3 of 3) sorted by relevance
249 static inline size_t mp_bytecode_get_source_line(const byte *line_info, size_t bc_offset) { in mp_bytecode_get_source_line() function
37 return mp_bytecode_get_source_line(prelude->line_info, bc); in mp_prof_bytecode_lineno()
1485 size_t source_line = mp_bytecode_get_source_line(ip, bc); in mp_execute_bytecode()
Completed in 7 milliseconds