Lines Matching defs:ObjectRegistry
23 mirror::Object* const ObjectRegistry::kInvalidObject = reinterpret_cast<mirror::Object*>(1);
33 ObjectRegistry::ObjectRegistry()
34 : lock_("ObjectRegistry lock", kJdwpObjectRegistryLock), next_id_(1) {
37 JDWP::RefTypeId ObjectRegistry::AddRefType(mirror::Class* c) {
41 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) {
45 JDWP::ObjectId ObjectRegistry::InternalAdd(mirror::Object* o) {
82 bool ObjectRegistry::Contains(mirror::Object* o) {
88 void ObjectRegistry::Clear() {
109 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) {
120 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) {
129 void ObjectRegistry::DisableCollection(JDWP::ObjectId id) {
139 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) {
149 void ObjectRegistry::Demote(ObjectRegistryEntry& entry) {
160 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) {
171 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) {
188 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) {