Home
last modified time | relevance | path

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

/art/test/2246-trace-stream/src/
DBaseTraceParser.java186 HashMap<Integer, Integer> threadTimestampMap) throws Exception { in CheckTimestamp() argument
187 if (threadTimestampMap.containsKey(threadId)) { in CheckTimestamp()
188 int oldTimestamp = threadTimestampMap.get(threadId); in CheckTimestamp()
194 threadTimestampMap.put(threadId, timestamp); in CheckTimestamp()