Searched defs:countCell (Results 1 - 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofData.java337 int countCell[] = e.getValue();
338 int count = countCell[0];
384 public void addStackTrace(StackTrace stackTrace, int[] countCell) { argument
388 int[] old = stackTraces.put(stackTrace, countCell);

Completed in 45 milliseconds