Searched refs:NativeGroupRetainedObjectInfo (Results 1 – 2 of 2) sorted by relevance
483 class NativeGroupRetainedObjectInfo; variable519 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);
2374 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class2376 explicit NativeGroupRetainedObjectInfo(const char* label) in NativeGroupRetainedObjectInfo() function in v8::internal::NativeGroupRetainedObjectInfo2382 virtual ~NativeGroupRetainedObjectInfo() {} in ~NativeGroupRetainedObjectInfo()2401 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo( in FindOrAddGroupInfo()2411 entry->value = new NativeGroupRetainedObjectInfo(label); in FindOrAddGroupInfo()2413 return static_cast<NativeGroupRetainedObjectInfo*>(entry->value); in FindOrAddGroupInfo()2422 NativeGroupRetainedObjectInfo* group_info = in SetNativeRootReference()2456 NativeGroupRetainedObjectInfo* group_info = in SetRootNativeRootsReference()2457 static_cast<NativeGroupRetainedObjectInfo*>(entry->value); in SetRootNativeRootsReference()