HomeSort by relevance Sort by last modified time
    Searched refs:startAllocCounting (Results 1 - 14 of 14) sorted by null

  /frameworks/base/tools/preload/loadclass/
LoadClass.java 34 Debug.startAllocCounting();
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 467 startAllocCounting();
538 private static void startAllocCounting() {
550 Debug.startAllocCounting();
Debug.java 65 * TRACE_COUNT_ALLOCS adds the results from startAllocCounting to the
527 public static void startAllocCounting() {
528 VMDebug.startAllocCounting();
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 43 * startAllocCounting to the trace key file.
257 public static native void startAllocCounting();
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 278 Debug.startAllocCounting();
388 Debug.startAllocCounting();
  /frameworks/base/tests/CoreTests/android/core/
SSLPerformanceTest.java 328 Debug.startAllocCounting();