Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc354 heap->GetInstances(hs2, h_class, includeAssignable, /* max_count */ 0, raw_instances); in VMDebug_getInstancesOfClasses()
/art/runtime/
Ddebugger.h376 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
Ddebugger.cc974 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances() function in art::Dbg
986 Runtime::Current()->GetHeap()->GetInstances(hs, in GetInstances()
/art/runtime/gc/
Dheap.h354 void GetInstances(VariableSizedHandleScope& scope,
Dheap.cc1816 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances() function in art::gc::Heap
/art/runtime/jdwp/
Djdwp_handler.cc595 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances); in RT_Instances()