Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.h240 extern void dtj_throw_no_such_element(JNIEnv *, const char *, ...);
H A Ddtrace_jni.c193 dtj_throw_no_such_element(jenv, "consumer handle %d", handle); in dtj_get_java_consumer()
1803 dtj_throw_no_such_element(env, "no compiled program"); in dtj_list_compiled_probes()
1828 dtj_throw_no_such_element(env, "program not found"); in dtj_list_compiled_probes()
H A Ddtj_util.c814 dtj_throw_no_such_element(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_no_such_element() function