HomeSort by relevance Sort by last modified time
    Searched refs:ObjectGroupRetainerInfo (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
global-handles.h 83 struct ObjectGroupRetainerInfo {
84 ObjectGroupRetainerInfo(UniqueId id, RetainedObjectInfo* info)
87 bool operator==(const ObjectGroupRetainerInfo& other) const {
91 bool operator<(const ObjectGroupRetainerInfo& other) const {
297 List<ObjectGroupRetainerInfo> retainer_infos_;
global-handles.cc 844 retainer_infos_.Add(ObjectGroupRetainerInfo(id, info));
961 // This object group has an associated ObjectGroupRetainerInfo.

Completed in 162 milliseconds