Searched refs:threadEnv (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DCheckJni.cpp839 JNIEnvExt* threadEnv = dvmGetJNIEnvForThread(); local
846 if (threadEnv == NULL) {
850 } else if ((JNIEnvExt*) mEnv != threadEnv) {
851 if (dvmThreadSelf()->threadId != threadEnv->envThreadId) {
852 ALOGE("JNI: threadEnv != thread->env? (%s)", mFunctionName);
857 threadEnv->envThreadId, ((JNIEnvExt*) mEnv)->envThreadId, mFunctionName);
882 if (threadEnv->critical) {
884 threadEnv->envThreadId, mFunctionName);
890 threadEnv->critical++;
893 threadEnv
[all...]

Completed in 31 milliseconds