Searched defs:SnapshotObjectId (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprofile-generator.h38 typedef uint32_t SnapshotObjectId; typedef in namespace:v8::internal
538 SnapshotObjectId id,
547 inline SnapshotObjectId id() { return id_; }
611 SnapshotObjectId id_;
655 SnapshotObjectId id,
666 HeapEntry* GetEntryById(SnapshotObjectId id);
703 SnapshotObjectId FindObject(Address addr);
706 static SnapshotObjectId GenerateId(v8::RetainedObjectInfo* info);
707 static inline SnapshotObjectId GetNthGcSubrootId(int delta);
710 static const SnapshotObjectId kInternalRootObjectI
[all...]

Completed in 47 milliseconds