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

/external/v8/src/
H A Dheap-snapshot-generator.h467 class NativeGroupRetainedObjectInfo;
504 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);
H A Dheap-snapshot-generator.cc2432 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class in namespace:v8::internal
2434 explicit NativeGroupRetainedObjectInfo(const char* label) function in class:v8::internal::NativeGroupRetainedObjectInfo
2440 virtual ~NativeGroupRetainedObjectInfo() {}
2459 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo(
2469 entry->value = new NativeGroupRetainedObjectInfo(label);
2471 return static_cast<NativeGroupRetainedObjectInfo*>(entry->value);
2480 NativeGroupRetainedObjectInfo* group_info =
2512 NativeGroupRetainedObjectInfo* group_info =
2513 static_cast<NativeGroupRetainedObjectInfo*>(entry->value);

Completed in 67 milliseconds