Searched defs:entries_count (Results 1 - 4 of 4) 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.cc1407 int entries_count = summary.GetNumberOfEntries(); local
1409 Factory::NewFixedArray(entries_count);
H A Dprofile-generator.h588 static int EntriesSize(int entries_count,
661 int entries_count, int children_count, int retainers_count);
816 int entries_count() { return entries_count_; } function in class:v8::internal::HeapEntriesMap
H A Dprofile-generator.cc1083 int HeapEntry::EntriesSize(int entries_count, argument
1086 return sizeof(HeapEntry) * entries_count // NOLINT
1195 void HeapSnapshot::AllocateEntries(int entries_count, argument
1200 HeapEntry::EntriesSize(entries_count, children_count, retainers_count));
1203 HeapEntry::EntriesSize(entries_count, children_count, retainers_count);
2535 snapshot_->AllocateEntries(entries_.entries_count(),

Completed in 194 milliseconds