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

  /external/v8/src/
global-handles.h 66 struct ObjectGroupConnection {
67 ObjectGroupConnection(UniqueId id, Object** object)
70 bool operator==(const ObjectGroupConnection& other) const {
74 bool operator<(const ObjectGroupConnection& other) const {
296 List<ObjectGroupConnection> object_group_connections_;
298 List<ObjectGroupConnection> implicit_ref_connections_;
global-handles.cc 838 object_group_connections_.Add(ObjectGroupConnection(id, handle));
850 implicit_ref_connections_.Add(ObjectGroupConnection(id, child));

Completed in 122 milliseconds