Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/jvmti/
Dlibjvmti.c162 jclass decl_class; in get_source_filename() local
168 ret = (*jvmti)->GetMethodDeclaringClass(jvmti, methodID, &decl_class); in get_source_filename()
174 ret = (*jvmti)->GetSourceFileName(jvmti, decl_class, &file_name); in get_source_filename()
180 ret = (*jvmti)->GetClassSignature(jvmti, decl_class, &class_sign, NULL); in get_source_filename()
233 jclass decl_class; in compiled_method_load_cb() local
246 &decl_class); in compiled_method_load_cb()
273 ret = (*jvmti)->GetSourceFileName(jvmti, decl_class, &file_name); in compiled_method_load_cb()
279 ret = (*jvmti)->GetClassSignature(jvmti, decl_class, in compiled_method_load_cb()