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

  /external/chromium_org/v8/src/
global-handles.h 90 struct ObjectGroupConnection {
91 ObjectGroupConnection(UniqueId id, Object** object)
94 bool operator==(const ObjectGroupConnection& other) const {
98 bool operator<(const ObjectGroupConnection& other) const {
325 List<ObjectGroupConnection> object_group_connections_;
327 List<ObjectGroupConnection> implicit_ref_connections_;
global-handles.cc 851 object_group_connections_.Add(ObjectGroupConnection(id, handle));
880 implicit_ref_connections_.Add(ObjectGroupConnection(id, child));
    [all...]

Completed in 50 milliseconds