Home
last modified time | relevance | path

Searched refs:workAroundAppJniBugs (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/native/
Ddalvik_system_VMRuntime.cpp198 gDvmJni.workAroundAppJniBugs = true; in Dalvik_dalvik_system_VMRuntime_setTargetSdkVersion()
/dalvik/vm/
DIndirectRefTable.cpp251 } else if (kind == kIndirectKindInvalid && gDvmJni.workAroundAppJniBugs) { in remove()
DGlobals.h997 bool workAroundAppJniBugs; member
DJni.cpp218 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()
DCheckJni.cpp860 if (gDvmJni.workAroundAppJniBugs) { in checkThread()