Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JDWP

39 JDWP::RefTypeId ObjectRegistry::AddRefType(mirror::Class* c) {
43 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) {
47 JDWP::ObjectId ObjectRegistry::InternalAdd(mirror::Object* o) {
110 VLOG(jdwp) << "Object registry contained " << object_to_entry_.size() << " entries";
127 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) {
138 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) {
150 void ObjectRegistry::DisableCollection(JDWP::ObjectId id) {
158 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) {
188 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) {
202 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) {