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

/external/e2fsprogs/ext2ed/
H A Dext2ed.h172 long entries_count; member in struct:struct_remember_lifo
/external/v8/src/
H A Dliveobjectlist.cc1424 int entries_count = summary.GetNumberOfEntries(); local
1426 factory->NewFixedArray(entries_count);
H A Dprofile-generator.h589 static size_t EntriesSize(int entries_count,
652 int entries_count, int children_count, int retainers_count);
816 int entries_count() { return entries_count_; } function in class:v8::internal::HeapEntriesMap
H A Dheap.cc1119 int entries_count = local
1122 emergency_stack_ = new List<Entry>(2 * entries_count);
H A Dprofile-generator.cc1094 size_t HeapEntry::EntriesSize(int entries_count, argument
1097 return sizeof(HeapEntry) * entries_count // NOLINT
1160 void HeapSnapshot::AllocateEntries(int entries_count, argument
1165 HeapEntry::EntriesSize(entries_count, children_count, retainers_count);
3098 snapshot_->AllocateEntries(entries_.entries_count(),

Completed in 145 milliseconds