Searched refs:compile_info (Results 1 – 1 of 1) sorted by relevance
62 get_line_numbers(jvmtiEnv *jvmti, const void *compile_info, jvmti_line_info_t **tab, int *nr_lines) in get_line_numbers() argument78 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() argument253 ret = get_line_numbers(jvmti, compile_info, &line_tab, &nr_lines); in compiled_method_load_cb()