Searched defs:EntryInfo (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/profiler/ | ||
H A D | heap-snapshot-generator.h | 252 struct EntryInfo { struct in class:v8::internal::HeapObjectsMap 253 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) function in struct:v8::internal::HeapObjectsMap::EntryInfo 255 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) function in struct:v8::internal::HeapObjectsMap::EntryInfo 265 List<EntryInfo> entries_; |
Completed in 83 milliseconds