Home
last modified time | relevance | path

Searched refs:nativeMax (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DPerformanceCollector.java488 long nativeMax = Debug.getNativeHeapSize() / 1024; in endPerformanceSnapshot() local
516 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax); in endPerformanceSnapshot()
/frameworks/base/core/java/android/app/
DActivityThread.java1030 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local
1056 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo()
2103 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument
2117 pw.print(nativeMax); pw.print(','); in dumpMemInfoTable()
2120 pw.print(nativeMax + dalvikMax); pw.print(','); in dumpMemInfoTable()
2223 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable()
2243 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable()
2308 nativeMax+dalvikMax, nativeAllocated+dalvikAllocated, in dumpMemInfoTable()
2320 nativeMax+dalvikMax, in dumpMemInfoTable()