Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dliveobjectlist.cc813 inline int total_count() { in total_count() function in v8::internal::LiveObjectSummary
1104 int total_count = CountHeapObjects(); in Capture() local
1105 int count = total_count; in Capture()
1165 Smi::FromInt(total_count), in Capture()
1476 int total_count = summary.total_count(); in SummarizePrivate() local
1479 Smi::FromInt(total_count), in SummarizePrivate()
1528 int total_count = LiveObjectList::list_count(); in Info() local
1529 int dump_count = total_count; in Info()
1532 if (total_count == 0) { in Info()
1534 } else if ((start_idx < 0) || (start_idx >= total_count)) { in Info()
[all …]
Dliveobjectlist.h139 int* total_count,
Dd8.js1797 var total_count = body.count;
1805 var max_count_digits = digitsIn(total_count);
1853 result += '\n total count: '+(total_count+roots_count)+'\n';
1863 var has_more = ((first_index + length) <= total_count);
1866 result += ' ['+ length +' of '+ total_count +
/external/oprofile/libdb/
Ddb_stat.c21 count_type total_count; /**< cumulated samples count */ member
53 result->total_count += data->node_base[index].value; in odb_hash_stat()
78 printf("total count: %llu\n", stat->total_count); in odb_hash_display_stat()
/external/oprofile/libpp/
Dprofile_container.cpp96 total_count[pclass] += count; in add()
180 op_ratio(it->sample.counts[0], total_count[0]); in select_symbols()
222 double const ratio = op_ratio(counts[0], total_count[0]); in select_filename()
249 return total_count; in samples_count()
Dcallgraph_container.h162 count_array_t total_count; variable
Dprofile_container.h173 count_array_t total_count; variable
Dcallgraph_container.cpp413 total_count = pc.samples_count(); in populate()
422 recorder.process(total_count, threshold / 100.0, sym_filter); in populate()
599 return total_count; in samples_count()
/external/chromium/net/proxy/
Dmulti_threaded_proxy_resolver_unittest.cc701 int total_count = 0; in TEST() local
703 total_count += factory->resolvers()[i]->request_count(); in TEST()
705 EXPECT_EQ(7, total_count); in TEST()
/external/chromium/chrome/browser/visitedlink/
Dvisitedlink_unittest.cc417 int total_count = VisitedLinkMaster::kDefaultTableSize + 10; in TEST_F() local
418 for (int i = 0; i < total_count; i++) in TEST_F()
427 ASSERT_EQ(used_count, total_count); in TEST_F()
/external/freetype/src/base/
Dftdbgmem.c859 FT_Long total_count = ft_atol( p ); in ft_mem_debug_init() local
862 if ( total_count > 0 ) in ft_mem_debug_init()
865 table->alloc_count_max = (FT_ULong)total_count; in ft_mem_debug_init()
/external/v8/tools/
Dll_prof.py143 total_count = 0
159 total_count += count
166 assert total_count == self.self_ticks, \
167 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
/external/oprofile/pp/
Dopreport.cpp225 void output_count(count_type total_count, count_type count) in output_count() argument
228 double ratio = op_ratio(count, total_count); in output_count()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1136 int total_count; member
1139 NotificationInfo() : total_count(0) {} in NotificationInfo()
1146 value->SetInteger("totalCount", total_count); in ToValue()
2716 info->total_count++; in UpdateNotificationInfo()