Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/jvmti/
H A Dlibjvmti.c73 get_line_numbers(jvmtiEnv *jvmti, const void *compile_info, jvmti_line_info_t **tab, int *nr_lines) in get_line_numbers() argument
88 for (hdr = compile_info; hdr != NULL; hdr = hdr->next) { in get_line_numbers()
105 for (hdr = compile_info; hdr != NULL; hdr = hdr->next) { in get_line_numbers()
130 get_line_numbers(jvmtiEnv *jvmti __maybe_unused, const void *compile_info __maybe_unused, in get_line_numbers()
236 const void *compile_info) in compiled_method_load_cb() argument
258 ret = get_line_numbers(jvmti, compile_info, &line_tab, &nr_lines); in compiled_method_load_cb()