Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/jvmti/
Dlibjvmti.c62 get_line_numbers(jvmtiEnv *jvmti, const void *compile_info, jvmti_line_info_t **tab, int *nr_lines) in get_line_numbers() argument
78 for (hdr = compile_info; hdr != NULL; hdr = hdr->next) { in get_line_numbers()
109 for (hdr = compile_info; hdr != NULL; hdr = hdr->next) { in get_line_numbers()
229 const void *compile_info) in compiled_method_load_cb() argument
253 ret = get_line_numbers(jvmti, compile_info, &line_tab, &nr_lines); in compiled_method_load_cb()