Searched refs:should_dump (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
H A Dmemory_dump_manager.cc412 bool should_dump; local
427 should_dump = !mdpinfo->disabled;
435 if (should_dump) {
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c82 static Bool should_dump(const NSegment *seg) function
116 write = write && should_dump(seg);
714 if (!should_dump(seg))
H A Dcoredump-solaris.c75 static Bool should_dump(const NSegment *seg) function
420 really_write = really_write && should_dump(seg);
1083 if (!should_dump(seg))
/external/v8/src/
H A Dgdb-jit.cc2159 bool should_dump = false; local
2163 should_dump = true;
2166 should_dump = (name_hint != NULL);
2169 AddJITCodeEntry(code_map, range, entry, should_dump, name_hint);

Completed in 85 milliseconds