Searched refs:exClass (Results 1 – 2 of 2) sorted by relevance
315 jclass exClass; in throwJNIException() local317 exClass = env->FindClass("java/lang/Exception"); in throwJNIException()319 TCU_CHECK_INTERNAL(exClass != DE_NULL); in throwJNIException()321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0); in throwJNIException()
101 uint64_t exClass; in __getExceptionClass() local102 ::memcpy(&exClass, &unwind_exception->exception_class, sizeof(exClass)); in __getExceptionClass()103 return exClass; in __getExceptionClass()