HomeSort by relevance Sort by last modified time
    Searched full:shouldtrace (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
CheckJni.cpp 511 bool shouldTrace = false;
525 shouldTrace = true;
530 shouldTrace |= method->shouldTrace;
534 if (shouldTrace) {
    [all...]
Jni.cpp 779 static bool shouldTrace(Method* method) {
803 method->shouldTrace = shouldTrace(method);
    [all...]
  /dalvik/vm/oo/
Object.h 572 bool shouldTrace;

Completed in 1339 milliseconds