Searched refs:methodID (Results 1 – 2 of 2) sorted by relevance
60 tab->methodID = m; in do_get_line_number()166 get_source_filename(jvmtiEnv *jvmti, jmethodID methodID, char ** buffer) in get_source_filename() argument175 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()
17 jmethodID methodID; member