Searched refs:NativeGroupRetainedObjectInfo (Results 1 – 2 of 2) sorted by relevance
498 class NativeGroupRetainedObjectInfo; variable533 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);545 std::unordered_map<const char*, NativeGroupRetainedObjectInfo*,
2159 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class2161 explicit NativeGroupRetainedObjectInfo(const char* label) in NativeGroupRetainedObjectInfo() function in v8::internal::NativeGroupRetainedObjectInfo2166 virtual ~NativeGroupRetainedObjectInfo() {} in ~NativeGroupRetainedObjectInfo()2207 NativeGroupRetainedObjectInfo* info = map_entry.second; in ~NativeObjectsExplorer()2365 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo( in FindOrAddGroupInfo()2370 native_groups_[label_copy] = new NativeGroupRetainedObjectInfo(label); in FindOrAddGroupInfo()2380 NativeGroupRetainedObjectInfo* group_info = in SetNativeRootReference()2411 NativeGroupRetainedObjectInfo* group_info = map_entry.second; in SetRootNativeRootsReference()