Searched refs:currentRes (Results 1 – 1 of 1) sorted by relevance
66 private void internalParse(File report, Map<String, String> currentRes) throws IOException { in internalParse() argument69 handleAllocSites(line, currentRes); in internalParse()75 private void handleAllocSites(String line, Map<String, String> currentRes) { in handleAllocSites() argument94 currentRes.put(String.format("Rank%s", m.group(2)), m.group(12)); in handleAllocSites()