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

/art/runtime/
H A Ddebugger.h342 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
H A Ddebugger.cc1030 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::ObjectId>& instances)
1041 Runtime::Current()->GetHeap()->GetInstances(c, max_count, raw_instances);
/art/runtime/gc/
H A Dheap.h282 void GetInstances(mirror::Class* c, int32_t max_count, std::vector<mirror::Object*>& instances)
H A Dheap.cc1475 void Heap::GetInstances(mirror::Class* c, int32_t max_count, function in class:art::gc::Heap
1479 auto* old_cause = self->StartAssertNoThreadSuspension("GetInstances");
/art/runtime/jdwp/
H A Djdwp_handler.cc633 JdwpError rc = Dbg::GetInstances(class_id, max_count, instances);

Completed in 85 milliseconds