Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/jvmti/
Dlibjvmti.c219 const jvmti_line_info_t * line_tab, in fill_source_filenames() argument
226 ret = get_source_filename(jvmti, line_tab[index].methodID, &(file_names[index])); in fill_source_filenames()
243 jvmti_line_info_t *line_tab = NULL; in compiled_method_load_cb() local
265 ret = get_line_numbers(jvmti, compile_info, &line_tab, &nr_lines); in compiled_method_load_cb()
275 ret = fill_source_filenames(jvmti, nr_lines, line_tab, line_file_names); in compiled_method_load_cb()
311 …if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file… in compiled_method_load_cb()
327 free(line_tab); in compiled_method_load_cb()