HomeSort by relevance Sort by last modified time
    Searched full:stacktraces (Results 1 - 13 of 13) sorted by null

  /external/chromium/base/debug/
leak_tracker.h 83 StackTrace stacktraces[kMaxStackTracesToCopyOntoStack];
91 stacktraces[count] = allocation_stack;
102 // Hack to keep |stacktraces| and |count| alive (so compiler
106 stacktraces[i].PrintBacktrace();
  /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...]
  /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);
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 134 // Map stackTraces = null;
155 // if (stackTraces == null) {
156 // stackTraces = Thread.getAllStackTraces();
160 // StackTraceElement[] stackTraceElements = (StackTraceElement[])stackTraces.get(thread);
  /cts/tools/vm-tests/etc/
starttests 242 stacktraces=`echo $vmresult | grep "java\.lang\." | grep -c "at dot\.junit\."`
243 if [[ $stacktraces > 0 ]]; then
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 633 stacktraces from non-optimised code. */
643 /* Ditto R7, particularly needed for proper stacktraces in Thumb
  /external/proguard/docs/manual/
troubleshooting.html 56 <li><a href="#stacktraces">Stack traces without class names or line numbers</a></li>
419 <dt><a name="stacktraces"><b>Stack traces without class names or line numbers</b></a></dt>
  /libcore/luni/src/main/java/java/lang/
Thread.java 525 // Enumerate the threads and collect the stacktraces.
    [all...]
  /external/valgrind/main/docs/internals/
3_0_BUGSTATUS.txt 621 Make suppressions work for "???" lines in stacktraces.
  /external/valgrind/main/
NEWS     [all...]
  /external/valgrind/main/docs/html/
dist.news.html     [all...]

Completed in 7136 milliseconds