Searched refs:ALLOC_SITES_END_PATTERN (Results 1 – 1 of 1) sorted by relevance
33 private static final String ALLOC_SITES_END_PATTERN = "SITES END"; field in HprofAllocSiteParser78 } else if (line.startsWith(ALLOC_SITES_END_PATTERN)) { in handleAllocSites()