Searched refs:dtj_throw (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_util.c | 152 static void dtj_throw(JNIEnv *, jclass, const char *, va_list *); 749 dtj_throw(JNIEnv *jenv, jclass jc, const char *fmt, va_list *ap) in dtj_throw() function 772 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_out_of_memory() 784 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_null_pointer() 796 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_illegal_state() 808 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_illegal_argument() 820 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_no_such_element() 832 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_class_cast() 844 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_assertion() 856 dtj_throw(jenv, jc, fmt, &ap); in dtj_throw_resource_limit()
|