Searched refs:dtj_java_method_create (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_util.c | 130 static dtj_java_method_t *dtj_java_method_create(JNIEnv *, jmethodID *, char *, 332 dtj_java_method_create(JNIEnv *jenv, jmethodID *jm, char *name, char *signature, in dtj_java_method_create() function 353 dtj_java_method_t *m = dtj_java_method_create(jenv, jm, name, signature, in dtj_java_static_method_create() 569 m = dtj_java_method_create(jenv, in dtj_get_jni_classes()
|