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

/external/v8/src/
H A Dprofile-generator.cc2819 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class in namespace:v8::internal
2821 explicit NativeGroupRetainedObjectInfo(const char* label) function in class:v8::internal::NativeGroupRetainedObjectInfo
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);
H A Dprofile-generator.h1019 class NativeGroupRetainedObjectInfo;
1056 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);

Completed in 59 milliseconds