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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18542 static final void dumpMemItems(PrintWriter pw, String prefix, String tag, method in class:ActivityManagerService
18567 dumpMemItems(pw, prefix + " ", mi.shortLabel, mi.subitems,
18573 static final void dumpMemItems(ProtoOutputStream proto, long fieldId, String tag, method in class:ActivityManagerService
18593 dumpMemItems(proto, MemInfoDumpProto.MemItem.SUB_ITEMS, mi.shortLabel, mi.subitems,
19163 dumpMemItems(pw, " ", "proc", procMems, true, opts.isCompact, opts.dumpSwapPss);
19169 dumpMemItems(pw, " ", "oom", oomMems, false, opts.isCompact, opts.dumpSwapPss);
19176 dumpMemItems(out, " ", "cat", catMems, true, opts.isCompact, opts.dumpSwapPss);
19657 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_PROCESS, "proc",
19660 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_OOM_ADJUSTMENT, "oom",
19663 dumpMemItems(prot
[all...]

Completed in 89 milliseconds