Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java3969 private void dumpLruEntryLocked(PrintWriter pw, int index, ProcessRecord proc, String prefix) { in dumpLruEntryLocked() method in ProcessList
4053 dumpLruEntryLocked(pw, i, r, innerPrefix); in dumpLruLocked()
4066 dumpLruEntryLocked(pw, i, r, innerPrefix); in dumpLruLocked()
4079 dumpLruEntryLocked(pw, i, r, innerPrefix); in dumpLruLocked()
/aosp12/frameworks/base/services/
H A Dart-profile8558 HPLcom/android/server/am/ProcessList;->dumpLruEntryLocked(Ljava/io/PrintWriter;ILcom/android/server…