Home | History | Annotate | Download | only in native

Lines Matching refs:globalRef

1010  * We hang on to BIO with a JNI GlobalRef and we want to remove them as soon as possible.
9806 jclass globalRef = reinterpret_cast<jclass>(env->NewGlobalRef(localClass.get()));
9807 if (globalRef == NULL) {
9811 return globalRef;