Searched refs:countCell (Results 1 – 4 of 4) sorted by relevance
402 int[] countCell = stackTraces.get(mutableStackTrace); in recordStackTrace() local403 if (countCell == null) { in recordStackTrace()404 countCell = new int[1]; in recordStackTrace()409 hprofData.addStackTrace(stackTrace, countCell); in recordStackTrace()411 countCell[0]++; in recordStackTrace()
416 int[] countCell = stackTraces.get(stackTrace); in parseStackTrace() local417 if (countCell == null) { in parseStackTrace()459 int[] countCell = stackTraces.get(stackTrace); in parseCpuSamples() local461 if (countCell[0] != 0) { in parseCpuSamples()465 + countCell[0]); in parseCpuSamples()470 count += countCell[0]; in parseCpuSamples()472 countCell[0] = count; in parseCpuSamples()
337 int countCell[] = e.getValue(); in getSamples() local338 int count = countCell[0]; in getSamples()384 public void addStackTrace(StackTrace stackTrace, int[] countCell) { in addStackTrace() argument388 int[] old = stackTraces.put(stackTrace, countCell); in addStackTrace()
168 final int[] countCell = new int[] { 4 }; in test_HprofData_addStackTrace() local171 hprofData.addStackTrace(stackTrace, countCell); in test_HprofData_addStackTrace()180 hprofData.addStackTrace(stackTrace, countCell); in test_HprofData_addStackTrace()194 countCell[0] += 42; in test_HprofData_addStackTrace()202 hprofData.addStackTrace(stackTrace, countCell); in test_HprofData_addStackTrace()