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

/external/chromium_org/v8/src/
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 85 milliseconds