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

  /frameworks/base/core/java/android/os/
Debug.java 691 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_OBJECTS);
694 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_BYTES);
697 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_FREED_OBJECTS);
700 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_FREED_BYTES);
703 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
706 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_TIME);
751 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_GC_INVOCATIONS);
754 VMDebug.resetAllocCount(VMDebug.KIND_THREAD_ALLOCATED_OBJECTS);
757 VMDebug.resetAllocCount(VMDebug.KIND_THREAD_ALLOCATED_BYTES);
783 VMDebug.resetAllocCount(VMDebug.KIND_THREAD_GC_INVOCATIONS)
    [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.cpp 214 * public static void resetAllocCount(int kinds)
753 { "resetAllocCount", "(I)V",
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 249 public static native void resetAllocCount(int kinds);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]

Completed in 225 milliseconds