Searched refs:stopAllocCounting (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java57 Debug.stopAllocCounting();
/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java486 stopAllocCounting();
556 private static void stopAllocCounting() { method in class:PerformanceCollector
560 Debug.stopAllocCounting();
H A DDebug.java559 * The {@link #stopAllocCounting() stop} method disables the counting so that the analysis
581 public static void stopAllocCounting() { method in class:Debug
582 VMDebug.stopAllocCounting();
587 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
603 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
619 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
635 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
651 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
668 * {@link #stopAllocCounting() stop}.
684 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() sto
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java314 Debug.stopAllocCounting();
362 Debug.stopAllocCounting();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1267 public void stopAllocCounting() { method in class:Instrumentation
1271 Debug.stopAllocCounting();

Completed in 118 milliseconds