Home
last modified time | relevance | path

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

/tools/perf/jvmti/
Dlibjvmti.c118 jvmti_line_info_t *line_tab = NULL; in compiled_method_load_cb() local
138 ret = get_line_numbers(jvmti, compile_info, &line_tab, &nr_lines); in compiled_method_load_cb()
190 if (jvmti_write_debug_info(jvmti_agent, addr, fn, line_tab, nr_lines)) in compiled_method_load_cb()
206 free(line_tab); in compiled_method_load_cb()