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

/external/valgrind/main/massif/
H A Dms_main.c1338 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time, function
1429 take_snapshot(snapshot, kind, my_time, is_detailed);
2124 // We use 'maybe_take_snapshot' instead of 'take_snapshot' to ensure
2396 take_snapshot(&snapshot, Normal, get_time(), detailed);
/external/v8/src/
H A Dheap.cc5628 void Heap::RecordStats(HeapStats* stats, bool take_snapshot) { argument
5651 if (take_snapshot) {
H A Dapi.cc151 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) { argument
205 // Don't use the take_snapshot since we don't support HeapIterator here
/external/chromium_org/v8/src/
H A Dapi.cc162 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) { argument
220 // BUG(1718): Don't use the take_snapshot since we don't support
H A Dheap.cc6565 void Heap::RecordStats(HeapStats* stats, bool take_snapshot) { argument
6590 if (take_snapshot) {

Completed in 488 milliseconds