Searched refs:DisposeObject (Results 1 - 5 of 5) sorted by relevance

/art/runtime/jdwp/
H A Dobject_registry.h44 // A reference count, so we can implement DisposeObject.
51 // for object_to_entry_. Store this for DisposeObject().
106 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
H A Dobject_registry.cc247 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) { function in class:art::ObjectRegistry
H A Djdwp_handler.cc308 Dbg::DisposeObject(object_id, reference_count);
/art/runtime/
H A Ddebugger.h380 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
H A Ddebugger.cc1045 void Dbg::DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count) { function in class:art::Dbg
1046 gRegistry->DisposeObject(object_id, reference_count);

Completed in 144 milliseconds