Searched refs:matchingBegin (Results 1 – 1 of 1) sorted by relevance
592 TraceRecord matchingBegin = processStack.removeLast(); in parseAtraceInfoFile() local593 if (mSectionSet.contains(matchingBegin.name)) { in parseAtraceInfoFile()594 if (sectionInfo.containsKey(matchingBegin.name)) { in parseAtraceInfoFile()596 new SectionPeriod(matchingBegin.timestamp, timestamp); in parseAtraceInfoFile()599 matchingBegin.name, newSecPeriod.duration); in parseAtraceInfoFile()600 sectionInfo.get(matchingBegin.name).add(newSecPeriod); in parseAtraceInfoFile()604 new SectionPeriod(matchingBegin.timestamp, timestamp); in parseAtraceInfoFile()608 matchingBegin.name, newSecPeriod.duration)); in parseAtraceInfoFile()610 sectionInfo.put(matchingBegin.name, infoList); in parseAtraceInfoFile()