Searched refs:getAllocCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java775 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_OBJECTS);
791 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_ALLOCATED_BYTES);
807 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_FREED_OBJECTS);
823 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_FREED_BYTES);
839 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_GC_INVOCATIONS);
856 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
873 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_TIME);
953 return VMDebug.getAllocCount(VMDebug.KIND_THREAD_ALLOCATED_OBJECTS);
970 return VMDebug.getAllocCount(VMDebug.KIND_THREAD_ALLOCATED_BYTES);
1018 return VMDebug.getAllocCount(VMDebu
[all...]
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp71 int getAllocCount() const { return mAllocCount; } function in class:android::CountedAllocator
134 ASSERT_EQ(1, allocator->getAllocCount());
203 ASSERT_EQ(1, allocator->getAllocCount());

Completed in 2732 milliseconds