Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/jvmti/
Dlibjvmti.c60 tab->methodID = m; in do_get_line_number()
166 get_source_filename(jvmtiEnv *jvmti, jmethodID methodID, char ** buffer) in get_source_filename() argument
175 ret = (*jvmti)->GetMethodDeclaringClass(jvmti, methodID, &decl_class); in get_source_filename()
221 ret = get_source_filename(jvmti, line_tab[index].methodID, &(file_names[index])); in fill_source_filenames()
Djvmti_agent.h17 jmethodID methodID; member