Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h483 class NativeGroupRetainedObjectInfo; variable
519 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);
Dheap-snapshot-generator.cc2374 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class
2376 explicit NativeGroupRetainedObjectInfo(const char* label) in NativeGroupRetainedObjectInfo() function in v8::internal::NativeGroupRetainedObjectInfo
2382 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()