Searched refs:line_file_names (Results 1 – 1 of 1) sorted by relevance
239 char ** line_file_names = NULL; in compiled_method_load_cb() local265 line_file_names = malloc(sizeof(char*) * nr_lines); in compiled_method_load_cb()266 if (!line_file_names) { in compiled_method_load_cb()269 memset(line_file_names, 0, sizeof(char*) * nr_lines); in compiled_method_load_cb()270 ret = fill_source_filenames(jvmti, nr_lines, line_tab, line_file_names); in compiled_method_load_cb()298 …ti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names)) in compiled_method_load_cb()314 while (line_file_names && (nr_lines > 0)) { in compiled_method_load_cb()315 if (line_file_names[nr_lines - 1]) { in compiled_method_load_cb()316 free(line_file_names[nr_lines - 1]); in compiled_method_load_cb()320 free(line_file_names); in compiled_method_load_cb()