Home
last modified time | relevance | path

Searched defs:EntryInfo (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dprofile-generator.h721 struct EntryInfo { struct
722 explicit EntryInfo(uint64_t id) : id(id), accessed(true) { } in EntryInfo() function
723 EntryInfo(uint64_t id, bool accessed) : id(id), accessed(accessed) { } in EntryInfo() argument
744 List<EntryInfo>* entries_; argument
823 struct EntryInfo { struct
824 EntryInfo(HeapEntry* entry, HeapEntriesAllocator* allocator) in EntryInfo() function
830 HeapEntry* entry;
831 HeapEntriesAllocator* allocator;
832 int children_count;
833 int retainers_count;