Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.h122 extern jclass g_nx_jc;
H A Ddtj_util.c44 jclass g_nx_jc = 0; variable
163 { JCLASS, &g_nx_jc, in dtj_load_common()
878 if ((*jenv)->IsInstanceOf(jenv, e, g_nx_jc)) { in dtj_wrap_exception()
897 nx = (jthrowable)(*jenv)->NewObject(jenv, g_nx_jc, g_nxinit_jm, in dtj_wrap_exception()