Home
last modified time | relevance | path

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

/test/ext/junit-gtest/src/main/cpp/nativehelper/
Dnativehelper_utils.h44 jclass e_class = env->FindClass("java/lang/NullPointerException"); in jniThrowNullPointerException() local
45 if (e_class == nullptr) { in jniThrowNullPointerException()
49 if (env->ThrowNew(e_class, msg) != JNI_OK) { in jniThrowNullPointerException()
50 env->DeleteLocalRef(e_class); in jniThrowNullPointerException()
54 env->DeleteLocalRef(e_class); in jniThrowNullPointerException()