Searched refs:GetInstances (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/ |
D | heap.h | 282 void GetInstances(mirror::Class* c, int32_t max_count, std::vector<mirror::Object*>& instances)
|
D | heap.cc | 1475 void Heap::GetInstances(mirror::Class* c, int32_t max_count, in GetInstances() function in art::gc::Heap
|
/art/runtime/ |
D | debugger.h | 342 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
|
D | debugger.cc | 1030 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::Ob… in GetInstances() function in art::Dbg 1041 Runtime::Current()->GetHeap()->GetInstances(c, max_count, raw_instances); in GetInstances()
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 633 JdwpError rc = Dbg::GetInstances(class_id, max_count, instances); in RT_Instances()
|