Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-snapshot-generator.h238 struct EntryInfo { struct
239 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) in EntryInfo() function
241 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo() function
257 List<EntryInfo> entries_; argument