Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/jvmti/
H A Dlibjvmti.c169 jclass decl_class; in get_source_filename() local
175 ret = (*jvmti)->GetMethodDeclaringClass(jvmti, methodID, &decl_class); in get_source_filename()
181 ret = (*jvmti)->GetSourceFileName(jvmti, decl_class, &file_name); in get_source_filename()
187 ret = (*jvmti)->GetClassSignature(jvmti, decl_class, &class_sign, NULL); in get_source_filename()
240 jclass decl_class; in compiled_method_load_cb() local
251 &decl_class); in compiled_method_load_cb()
280 ret = (*jvmti)->GetClassSignature(jvmti, decl_class, in compiled_method_load_cb()