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

  /frameworks/base/core/java/android/os/
Debug.java 535 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_OBJECTS);
538 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_BYTES);
541 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_FREED_OBJECTS);
544 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_FREED_BYTES);
548 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
552 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_TIME);
555 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_EXT_ALLOCATED_OBJECTS);
558 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_EXT_ALLOCATED_BYTES);
561 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_EXT_FREED_OBJECTS);
564 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_EXT_FREED_BYTES)
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 48 /* constants for getAllocCount */
260 public static native int getAllocCount(int kind);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 17 milliseconds