Searched refs:dtj_java_method_create (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_util.c | 132 static dtj_java_method_t *dtj_java_method_create(JNIEnv *, jmethodID *, char *, 334 dtj_java_method_create(JNIEnv *jenv, jmethodID *jm, char *name, char *signature, in dtj_java_method_create() function 355 dtj_java_method_t *m = dtj_java_method_create(jenv, jm, name, signature, in dtj_java_static_method_create() 571 m = dtj_java_method_create(jenv, in dtj_get_jni_classes()
|