Searched refs:critical (Results 1 – 5 of 5) sorted by relevance
81 int critical; member
63 critical(0), in JNIEnvExt()
1196 if (threadEnv->critical) { in CheckThread()1204 threadEnv->critical++; in CheckThread()1207 threadEnv->critical--; in CheckThread()1208 if (threadEnv->critical < 0) { in CheckThread()3252 jboolean* is_copy, bool utf, bool critical) { in GetStringCharsInternal() argument3254 int flags = critical ? kFlag_CritGet : kFlag_CritOkay; in GetStringCharsInternal()3261 CHECK(!critical); in GetStringCharsInternal()3265 ptr = const_cast<jchar*>(critical ? baseEnv(env)->GetStringCritical(env, string, is_copy) : in GetStringCharsInternal()3292 const void* chars, bool utf, bool critical) { in ReleaseStringCharsInternal() argument3295 if (critical) { in ReleaseStringCharsInternal()[all …]
20 # that exposed the crash. The crash was due to fixing a critical
20 # of the inner loop. This was caused by a bug which did not split the critical