Searched refs:ObjectRegistryEntry (Results 1 – 2 of 2) sorted by relevance
35 struct ObjectRegistryEntry { struct52 std::ostream& operator<<(std::ostream& os, const ObjectRegistryEntry& rhs); argument105 void Demote(ObjectRegistryEntry& entry)109 void Promote(ObjectRegistryEntry& entry)114 ObjectRegistryEntry** out_entry)118 std::multimap<int32_t, ObjectRegistryEntry*> object_to_entry_ GUARDED_BY(lock_);119 SafeMap<JDWP::ObjectId, ObjectRegistryEntry*> id_to_entry_ GUARDED_BY(lock_);
27 std::ostream& operator<<(std::ostream& os, const ObjectRegistryEntry& rhs) { in operator <<()61 ObjectRegistryEntry* entry = nullptr; in InternalAdd()66 entry = new ObjectRegistryEntry; in InternalAdd()92 ObjectRegistryEntry** out_entry) { in ContainsLocked()96 ObjectRegistryEntry* entry = it->second; in ContainsLocked()114 const ObjectRegistryEntry* entry = pair.second; in Clear()134 ObjectRegistryEntry& entry = *it->second; in InternalGet()146 ObjectRegistryEntry& entry = *it->second; in GetJObject()166 void ObjectRegistry::Demote(ObjectRegistryEntry& entry) { in Demote()177 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) { in Promote()[all …]