Searched refs:startAllocCounting (Results 1 - 5 of 5) 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.java65 * TRACE_COUNT_ALLOCS adds the results from startAllocCounting to the
557 * <p>The {@link #startAllocCounting() start} function resets the counts and enables counting.
567 public static void startAllocCounting() { method in class:Debug
568 VMDebug.startAllocCounting();
574 * @see #startAllocCounting()
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java266 Debug.startAllocCounting();
338 Debug.startAllocCounting();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1211 public void startAllocCounting() { method in class:Instrumentation
1223 Debug.startAllocCounting();

Completed in 147 milliseconds