Home
last modified time | relevance | path

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

/development/tools/winscope/src/traces/
DTransactions.ts126 const toVisit = this.generateHistoryTreesOf(transactionId); constant
127 while (event = toVisit.pop()) {
131 toVisit.push(child);
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java234 private static void addLockRecordsForThread(TreeSet<LockRecord> toVisit, in addLockRecordsForThread() argument
239 toVisit.add(next); in addLockRecordsForThread()