Home
last modified time | relevance | path

Searched refs:NativeGroupRetainedObjectInfo (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap-snapshot-generator.h467 class NativeGroupRetainedObjectInfo; variable
504 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);
Dheap-snapshot-generator.cc2432 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class
2434 explicit NativeGroupRetainedObjectInfo(const char* label) in NativeGroupRetainedObjectInfo() function in v8::internal::NativeGroupRetainedObjectInfo
2440 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()