Searched refs:entries_count (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/ext2ed/ |
D | general_com.c | 182 remember_lifo.entries_count=0; /* Empty Object memory */ in set_device() 791 entry_num=remember_lifo.entries_count++; in remember() 794 remember_lifo.entries_count--; in remember() 830 for (entry_num=remember_lifo.entries_count-1;entry_num>=0;entry_num--) { in recall()
|
D | dir_com.c | 561 entry_num=remember_lifo.entries_count++; in type_dir___remember() 564 remember_lifo.entries_count--; in type_dir___remember()
|
D | file_com.c | 413 entry_num=remember_lifo.entries_count++; in type_file___remember() 416 remember_lifo.entries_count--; in type_file___remember()
|
D | ext2ed.h | 172 long entries_count; member
|
D | init.c | 64 remember_lifo.entries_count=0; /* Object memory is empty */ in init()
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap-profiler.cc | 876 uint32_t entries_count() const { return entries_count_; } in entries_count() function in __anon8b751b050311::TestStatsStream 944 CHECK_EQ(1, stats_update.entries_count()); in TEST() 969 CHECK_EQ(3, stats_update.entries_count()); in TEST() 980 CHECK_EQ(1, stats_update.entries_count()); in TEST() 992 CHECK_EQ(0, stats_update.entries_count()); in TEST() 1003 CHECK_EQ(0, stats_update.entries_count()); in TEST() 1021 CHECK_EQ(2, stats_update.entries_count()); in TEST() 1036 CHECK_EQ(2, stats_update.entries_count()); in TEST()
|
/external/v8/src/ |
D | profile-generator.h | 589 static size_t EntriesSize(int entries_count, 652 int entries_count, int children_count, int retainers_count); 816 int entries_count() { return entries_count_; } in entries_count() function
|
D | profile-generator.cc | 1094 size_t HeapEntry::EntriesSize(int entries_count, in EntriesSize() argument 1097 return sizeof(HeapEntry) * entries_count // NOLINT in EntriesSize() 1160 void HeapSnapshot::AllocateEntries(int entries_count, in AllocateEntries() argument 1165 HeapEntry::EntriesSize(entries_count, children_count, retainers_count); in AllocateEntries() 3098 snapshot_->AllocateEntries(entries_.entries_count(), in GenerateSnapshot()
|
D | liveobjectlist.cc | 1424 int entries_count = summary.GetNumberOfEntries(); in SummarizePrivate() local 1426 factory->NewFixedArray(entries_count); in SummarizePrivate()
|
D | heap.cc | 1119 int entries_count = in RelocateQueueHead() local 1122 emergency_stack_ = new List<Entry>(2 * entries_count); in RelocateQueueHead()
|
/external/chromium_org/v8/src/ |
D | heap-snapshot-generator.cc | 645 uint32_t entries_count = in PushHeapObjectsStats() local 647 if (time_interval.count != entries_count || in PushHeapObjectsStats() 651 time_interval.count = entries_count, in PushHeapObjectsStats()
|
D | heap.cc | 1391 int entries_count = in RelocateQueueHead() local 1394 emergency_stack_ = new List<Entry>(2 * entries_count); in RelocateQueueHead()
|