Home | History | Annotate | Download | only in src

Lines Matching refs:NativeGroupRetainedObjectInfo

2065 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo {
2067 explicit NativeGroupRetainedObjectInfo(const char* label)
2073 virtual ~NativeGroupRetainedObjectInfo() {}
2092 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo(
2102 entry->value = new NativeGroupRetainedObjectInfo(label);
2104 return static_cast<NativeGroupRetainedObjectInfo*>(entry->value);
2113 NativeGroupRetainedObjectInfo* group_info =
2145 NativeGroupRetainedObjectInfo* group_info =
2146 static_cast<NativeGroupRetainedObjectInfo*>(entry->value);