Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h498 class NativeGroupRetainedObjectInfo; variable
533 NativeGroupRetainedObjectInfo* FindOrAddGroupInfo(const char* label);
545 std::unordered_map<const char*, NativeGroupRetainedObjectInfo*,
Dheap-snapshot-generator.cc2159 class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { class
2161 explicit NativeGroupRetainedObjectInfo(const char* label) in NativeGroupRetainedObjectInfo() function in v8::internal::NativeGroupRetainedObjectInfo
2166 virtual ~NativeGroupRetainedObjectInfo() {} in ~NativeGroupRetainedObjectInfo()
2207 NativeGroupRetainedObjectInfo* info = map_entry.second; in ~NativeObjectsExplorer()
2365 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo( in FindOrAddGroupInfo()
2370 native_groups_[label_copy] = new NativeGroupRetainedObjectInfo(label); in FindOrAddGroupInfo()
2380 NativeGroupRetainedObjectInfo* group_info = in SetNativeRootReference()
2411 NativeGroupRetainedObjectInfo* group_info = map_entry.second; in SetRootNativeRootsReference()