Searched refs:m_methodOutputMap (Results 1 – 1 of 1) sorted by relevance
42 private static Map<Integer, List<Integer>> m_methodOutputMap = Maps.newHashMap(); field in Reporter61 m_methodOutputMap.clear(); in clear()90 List<Integer> lines = m_methodOutputMap.get(m.hashCode()); in log()93 m_methodOutputMap.put(m.hashCode(), lines); in log()175 List<Integer> lines = m_methodOutputMap.get(tr.hashCode()); in getOutput()