HomeSort by relevance Sort by last modified time
    Searched refs:should_dump (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/trace_event/
memory_dump_scheduler.cc 211 bool should_dump = false;
215 should_dump = true;
223 should_dump |=
225 should_dump |= IsCurrentSamplePeak(current_memory_total);
226 if (should_dump)
228 return should_dump;
memory_dump_manager.cc 664 bool should_dump; local
677 should_dump = !mdpinfo->disabled;
680 if (should_dump) {
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 82 static Bool should_dump(const NSegment *seg) function
116 write = write && should_dump(seg);
719 if (!should_dump(seg))
coredump-solaris.c 75 static Bool should_dump(const NSegment *seg) function
420 really_write = really_write && should_dump(seg);
    [all...]
  /external/v8/src/
gdb-jit.cc 2160 bool should_dump = false; local
    [all...]

Completed in 115 milliseconds