Home | History | Annotate | Download | only in src

Lines Matching refs:NativeGroupRetainedObjectInfo

2819 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo {
2821 explicit NativeGroupRetainedObjectInfo(const char* label)
2827 virtual ~NativeGroupRetainedObjectInfo() {}
2846 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo(
2855 entry->value = new NativeGroupRetainedObjectInfo(label);
2856 return static_cast<NativeGroupRetainedObjectInfo*>(entry->value);
2865 NativeGroupRetainedObjectInfo* group_info =
2897 NativeGroupRetainedObjectInfo* group_info =
2898 static_cast<NativeGroupRetainedObjectInfo*>(entry->value);