Searched refs:RetainedObjectInfo (Results 1 – 12 of 12) sorted by relevance
529 typedef RetainedObjectInfo* (*WrapperInfoCallback)(uint16_t class_id,688 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);721 class V8_EXPORT RetainedObjectInfo { // NOLINT727 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;762 RetainedObjectInfo() {} in RetainedObjectInfo() function763 virtual ~RetainedObjectInfo() {} in ~RetainedObjectInfo()766 RetainedObjectInfo(const RetainedObjectInfo&);767 RetainedObjectInfo& operator=(const RetainedObjectInfo&);
5294 class RetainedObjectInfo; variable
45 v8::RetainedObjectInfo* info;84 ObjectGroupRetainerInfo(UniqueId id, RetainedObjectInfo* info) in ObjectGroupRetainerInfo()96 RetainedObjectInfo* info;252 v8::RetainedObjectInfo* info);262 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
1275 v8::RetainedObjectInfo* info) { in AddObjectGroup()1300 RetainedObjectInfo* info) { in SetRetainedObjectInfo()1410 RetainedObjectInfo* info = NULL; in ComputeObjectGroupsAndImplicitReferences()
8662 RetainedObjectInfo* info) { in SetRetainedObjectInfo()
64 v8::RetainedObjectInfo* ExecuteWrapperClassCallback(uint16_t class_id,66 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
236 SnapshotObjectId GenerateId(v8::RetainedObjectInfo* info);495 List<HeapObject*>* GetListMaybeDisposeInfo(v8::RetainedObjectInfo* info);496 void SetNativeRootReference(v8::RetainedObjectInfo* info);499 v8::RetainedObjectInfo* info);502 static uint32_t InfoHash(v8::RetainedObjectInfo* info) { in InfoHash()508 (reinterpret_cast<v8::RetainedObjectInfo*>(key1))->IsEquivalent( in RetainedInfosMatch()509 reinterpret_cast<v8::RetainedObjectInfo*>(key2)); in RetainedInfosMatch()
57 v8::RetainedObjectInfo* HeapProfiler::ExecuteWrapperClassCallback( in ExecuteWrapperClassCallback()193 RetainedObjectInfo* info) { in SetRetainedObjectInfo()
687 SnapshotObjectId HeapObjectsMap::GenerateId(v8::RetainedObjectInfo* info) { in GenerateId()2215 v8::RetainedObjectInfo* info = reinterpret_cast<v8::RetainedObjectInfo*>(ptr); in AllocateEntry()2251 v8::RetainedObjectInfo* info = in ~NativeObjectsExplorer()2252 reinterpret_cast<v8::RetainedObjectInfo*>(p->key); in ~NativeObjectsExplorer()2260 v8::RetainedObjectInfo* info = in ~NativeObjectsExplorer()2261 reinterpret_cast<v8::RetainedObjectInfo*>(p->value); in ~NativeObjectsExplorer()2329 v8::RetainedObjectInfo* info) { in GetListMaybeDisposeInfo()2349 v8::RetainedObjectInfo* info = in IterateAndExtractReferences()2350 reinterpret_cast<v8::RetainedObjectInfo*>(p->key); in IterateAndExtractReferences()2365 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo {[all …]
347 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {358 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) { in IsEquivalent()
52 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {63 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) { in IsEquivalent()
1405 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {1425 virtual bool IsEquivalent(RetainedObjectInfo* other) { in IsEquivalent()1435 static v8::RetainedObjectInfo* WrapperInfoCallback( in WrapperInfoCallback()