Lines Matching refs:NULL

36     vm->AttachCurrentThread(&mEnv, NULL);
42 mVM = NULL;
48 if (mVM != NULL) {
50 mVM = NULL; /* not really required; but may help debugging */
51 mEnv = NULL; /* not really required; but may help debugging */
78 if ( exClass == NULL ) {
138 if (m == NULL) {
140 return JNIObject<jstring>(*this, NULL);
160 if (utf == NULL) {
200 return JNIObject<jobject>(*this, NULL);
212 return JNIObject<jobjectArray>(*this, NULL);
228 if (array == NULL) {
234 if (elem == NULL) {
253 if (array == NULL) {
259 if (elem == NULL) {
284 if (elem == NULL) {
301 return JNIObject<jobject>(*this, NULL);
308 return JNIObject<jobject>(*this, NULL);
316 if (cls == NULL) {
322 if (field == NULL) {
333 if (cls == NULL) {
339 if (field == NULL) {
350 if (cls == NULL) {
356 if (field == NULL) {
367 if (cls == NULL) {
373 if (field == NULL) {
384 if (cls == NULL) {
395 if (field == NULL) {
406 if (cls == NULL) {
412 if (field == NULL) {
423 if (cls == NULL) {
434 if (field == NULL) {
446 if (cls == NULL) {
452 if (field == NULL) {
458 if (array == NULL) {
463 jlong *elem = mEnv->GetLongArrayElements(array, NULL);
464 if (elem == NULL) {
476 if (cls == NULL) {
482 if (field == NULL) {
500 if (str == NULL) {
583 if (cls == NULL) {
585 return JNIObject<jobject>(*this, NULL);
591 return JNIObject<jobject>(*this, NULL);
595 if (obj == NULL) {
597 return JNIObject<jobject>(*this, NULL);
607 if (cls == NULL) {
609 return JNIObject<jobjectArray>(*this, NULL);
612 JNIObject<jobject> array(*this, mEnv->NewObjectArray(num, cls.get(), NULL));
613 if (array.get() == NULL) {
615 return JNIObject<jobjectArray>(*this, NULL);
637 if (cls == NULL) {
639 return JNIObject<jobjectArray>(*this, NULL);