HomeSort by relevance Sort by last modified time
    Searched refs:workAroundAppJniBugs (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 198 gDvmJni.workAroundAppJniBugs = true;
  /dalvik/vm/
IndirectRefTable.cpp 251 } else if (kind == kIndirectKindInvalid && gDvmJni.workAroundAppJniBugs) {
Globals.h 997 bool workAroundAppJniBugs;
Jni.cpp 218 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
221 Thread* self = gDvmJni.workAroundAppJniBugs ? dvmThreadSelf() : mSelf;
359 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
397 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
663 dvmPrintDebugMessage(target, "; workarounds are %s", gDvmJni.workAroundAppJniBugs ? "on" : "off");
704 if (obj == reinterpret_cast<Object*>(jobj) && gDvmJni.workAroundAppJniBugs) {
    [all...]
CheckJni.cpp 800 // TODO: when we remove workAroundAppJniBugs, this should be impossible.
    [all...]

Completed in 163 milliseconds