Lines Matching refs:JDWP
45 JDWP::RefTypeId ObjectRegistry::AddRefType(ObjPtr<mirror::Class> c) { in AddRefType()
49 JDWP::RefTypeId ObjectRegistry::AddRefType(Handle<mirror::Class> c_h) { in AddRefType()
53 JDWP::ObjectId ObjectRegistry::Add(ObjPtr<mirror::Object> o) { in Add()
64 JDWP::ObjectId ObjectRegistry::Add(Handle<T> obj_h) { in Add()
75 JDWP::ObjectId ObjectRegistry::Add(Handle<mirror::Object> obj_h);
80 JDWP::ObjectId ObjectRegistry::Add(Handle<mirror::Throwable> obj_h);
83 JDWP::ObjectId ObjectRegistry::InternalAdd(Handle<T> obj_h) { in InternalAdd()
179 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error) { in InternalGet()
184 *error = JDWP::ERR_INVALID_OBJECT; in InternalGet()
188 *error = JDWP::ERR_NONE; in InternalGet()
192 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) { in GetJObject()
204 void ObjectRegistry::DisableCollection(JDWP::ObjectId id) { in DisableCollection()
212 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) { in EnableCollection()
242 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) { in IsCollected()
256 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) { in DisposeObject()