Searched refs:workAroundAppJniBugs (Results 1 – 5 of 5) sorted by relevance
198 gDvmJni.workAroundAppJniBugs = true; in Dalvik_dalvik_system_VMRuntime_setTargetSdkVersion()
251 } else if (kind == kIndirectKindInvalid && gDvmJni.workAroundAppJniBugs) { in remove()
997 bool workAroundAppJniBugs; member
218 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) { in ScopedJniThreadState()221 Thread* self = gDvmJni.workAroundAppJniBugs ? dvmThreadSelf() : mSelf; in ScopedJniThreadState()359 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) { in dvmDecodeIndirectRef()397 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) { in addLocalReference()663 … dvmPrintDebugMessage(target, "; workarounds are %s", gDvmJni.workAroundAppJniBugs ? "on" : "off"); in dvmDumpJniStats()704 if (obj == reinterpret_cast<Object*>(jobj) && gDvmJni.workAroundAppJniBugs) { in dvmGetJNIRefType()
860 if (gDvmJni.workAroundAppJniBugs) { in checkThread()