Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h252 struct EntryInfo { struct
253 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) in EntryInfo() argument
255 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo() function
265 List<EntryInfo> entries_; argument