Searched refs:ObjectRegistryEntry (Results 1 – 2 of 2) sorted by relevance
38 struct ObjectRegistryEntry { struct55 std::ostream& operator<<(std::ostream& os, const ObjectRegistryEntry& rhs); argument120 void Demote(ObjectRegistryEntry& entry)123 void Promote(ObjectRegistryEntry& entry)129 ObjectRegistryEntry** out_entry)133 std::multimap<int32_t, ObjectRegistryEntry*> object_to_entry_ GUARDED_BY(lock_);134 SafeMap<JDWP::ObjectId, ObjectRegistryEntry*> id_to_entry_ GUARDED_BY(lock_);
28 std::ostream& operator<<(std::ostream& os, const ObjectRegistryEntry& rhs) { in operator <<()98 ObjectRegistryEntry* entry = nullptr; in InternalAdd()103 entry = new ObjectRegistryEntry; in InternalAdd()131 ObjectRegistryEntry** out_entry) { in ContainsLocked()135 ObjectRegistryEntry* entry = it->second; in ContainsLocked()166 const ObjectRegistryEntry* entry = pair.second; in Clear()187 ObjectRegistryEntry& entry = *it->second; in InternalGet()200 ObjectRegistryEntry& entry = *it->second; in GetJObject()220 void ObjectRegistry::Demote(ObjectRegistryEntry& entry) { in Demote()231 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) { in Promote()[all …]