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.java1082 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local
1118 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo()
1234 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local
1272 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo()
2212 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument
2226 pw.print(nativeMax); pw.print(','); in dumpMemInfoTable()
2229 pw.print(nativeMax + dalvikMax); pw.print(','); in dumpMemInfoTable()
2332 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable()
2352 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable()
2417 nativeMax+dalvikMax, nativeAllocated+dalvikAllocated, in dumpMemInfoTable()
[all …]