Searched refs:dtj_throw_class_cast (Results 1 – 3 of 3) sorted by relevance
241 extern void dtj_throw_class_cast(JNIEnv *, const char *, ...);
1369 dtj_throw_class_cast(jenv, "Expected Number address"); in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupKernelFunction()1419 dtj_throw_class_cast(jenv, "Expected Number address"); in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupUserFunction()
826 dtj_throw_class_cast(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_class_cast() function