Searched refs:startAllocCounting (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java34 Debug.startAllocCounting();
/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java467 startAllocCounting();
538 private static void startAllocCounting() { method in class:PerformanceCollector
550 Debug.startAllocCounting();
H A DDebug.java71 * TRACE_COUNT_ALLOCS adds the results from startAllocCounting to the
1250 * <p>The {@link #startAllocCounting() start} method resets the counts and enables counting.
1263 public static void startAllocCounting() { method in class:Debug
1264 VMDebug.startAllocCounting();
1279 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1301 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1323 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1345 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1367 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1389 * throwing an exception) between a {@link #startAllocCounting() star
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1484 public void startAllocCounting() { method in class:Instrumentation
1496 Debug.startAllocCounting();

Completed in 127 milliseconds