Searched refs:dumpLruEntryLocked (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 3969 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 D | art-profile | 8558 HPLcom/android/server/am/ProcessList;->dumpLruEntryLocked(Ljava/io/PrintWriter;ILcom/android/server…
|