Searched defs:ObjectRegistryEntry (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Dobject_registry.h37 struct ObjectRegistryEntry { struct in namespace:art
54 std::ostream& operator<<(std::ostream& os, const ObjectRegistryEntry& rhs);
118 void Demote(ObjectRegistryEntry& entry)
121 void Promote(ObjectRegistryEntry& entry)
125 ObjectRegistryEntry** out_entry)
129 std::multimap<int32_t, ObjectRegistryEntry*> object_to_entry_ GUARDED_BY(lock_);
130 SafeMap<JDWP::ObjectId, ObjectRegistryEntry*> id_to_entry_ GUARDED_BY(lock_);

Completed in 51 milliseconds