Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h282 void GetInstances(mirror::Class* c, int32_t max_count, std::vector<mirror::Object*>& instances)
Dheap.cc1475 void Heap::GetInstances(mirror::Class* c, int32_t max_count, in GetInstances() function in art::gc::Heap
/art/runtime/
Ddebugger.h342 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
Ddebugger.cc1030 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/
Djdwp_handler.cc633 JdwpError rc = Dbg::GetInstances(class_id, max_count, instances); in RT_Instances()