HomeSort by relevance Sort by last modified time
    Searched defs:stackTraces (Results 1 - 6 of 6) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 272 private final Map<HprofData.StackTrace, int[]> stackTraces;
274 public HprofData(Map<StackTrace, int[]> stackTraces) {
275 if (stackTraces == null) {
276 throw new NullPointerException("stackTraces == null");
278 this.stackTraces = stackTraces;
334 Set<Sample> samples = new HashSet<Sample>(stackTraces.size());
335 for (Entry<StackTrace, int[]> e : stackTraces.entrySet()) {
388 int[] old = stackTraces.put(stackTrace, countCell);
SamplingProfiler.java 62 private final Map<HprofData.StackTrace, int[]> stackTraces
68 private final HprofData hprofData = new HprofData(stackTraces);
118 * #stackTraces stackTraces} map without allocating a {@code
402 int[] countCell = stackTraces.get(mutableStackTrace);
BinaryHprofReader.java 58 private final Map<HprofData.StackTrace, int[]> stackTraces
61 private final HprofData hprofData = new HprofData(stackTraces);
416 int[] countCell = stackTraces.get(stackTrace);
459 int[] countCell = stackTraces.get(stackTrace);
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 92 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>();
93 HprofData hprofData = new HprofData(stackTraces);
98 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>();
99 HprofData hprofData = new HprofData(stackTraces);
107 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>();
108 HprofData hprofData = new HprofData(stackTraces);
118 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>();
119 HprofData hprofData = new HprofData(stackTraces);
156 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>();
157 HprofData hprofData = new HprofData(stackTraces);
    [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /prebuilts/sdk/tools/
jill.jar 

Completed in 269 milliseconds