Searched refs:NativeGroupRetainedObjectInfo (Results 1 – 2 of 2) sorted by relevance
467 class NativeGroupRetainedObjectInfo; variable504 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);
2432 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class2434 explicit NativeGroupRetainedObjectInfo(const char* label) in NativeGroupRetainedObjectInfo() function in v8::internal::NativeGroupRetainedObjectInfo2440 virtual ~NativeGroupRetainedObjectInfo() {} in ~NativeGroupRetainedObjectInfo()2459 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo( in FindOrAddGroupInfo()2469 entry->value = new NativeGroupRetainedObjectInfo(label); in FindOrAddGroupInfo()2471 return static_cast<NativeGroupRetainedObjectInfo*>(entry->value); in FindOrAddGroupInfo()2480 NativeGroupRetainedObjectInfo* group_info = in SetNativeRootReference()2512 NativeGroupRetainedObjectInfo* group_info = in SetRootNativeRootsReference()2513 static_cast<NativeGroupRetainedObjectInfo*>(entry->value); in SetRootNativeRootsReference()