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

  /frameworks/base/core/java/android/os/
Debug.java 586 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_OBJECTS);
589 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_BYTES);
592 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_FREED_OBJECTS);
595 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_FREED_BYTES);
598 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
601 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_TIME);
604 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_EXT_ALLOCATED_OBJECTS);
607 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_EXT_ALLOCATED_BYTES);
610 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_EXT_FREED_OBJECTS);
613 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_EXT_FREED_BYTES)
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 261 public static native void resetAllocCount(int kinds);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 12 milliseconds