Searched refs:stopAllocCounting (Results 1 - 4 of 4) 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.java1251 * The {@link #stopAllocCounting() stop} method disables the counting so that the analysis
1273 public static void stopAllocCounting() { method in class:Debug
1274 VMDebug.stopAllocCounting();
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}.
1390 * {@link #stopAllocCounting() stop}.
1412 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() sto
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1505 public void stopAllocCounting() { method in class:Instrumentation
1509 Debug.stopAllocCounting();

Completed in 114 milliseconds