Searched defs:dump_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc167 static int dump_count = 0; // How many dumps so far variable
225 dump_count++;
227 filename_prefix, dump_count, HeapProfileTable::kFileExt);
451 // We do not reset dump_count so if the user does a sequence of
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc216 static int dump_count = 0; // How many dumps so far variable
282 dump_count++;
284 filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt);
317 filename_prefix, getpid(), dump_count);
540 // We do not reset dump_count so if the user does a sequence of
H A Ddeep-heap-profile.cc665 const char* prefix, int dump_count, char raw_buffer[], int buffer_size) {
668 "%s.%05d.%04d.buckets", prefix, getpid(), dump_count);
664 WriteForBucketFile( const char* prefix, int dump_count, char raw_buffer[], int buffer_size) argument
/external/v8/src/
H A Dliveobjectlist.cc1529 int dump_count = total_count; local
1537 dump_count -= start_idx;
1540 if (dump_count > dump_limit) {
1541 dump_count = dump_limit;
1545 Handle<FixedArray> list = factory->NewFixedArray(dump_count);

Completed in 171 milliseconds