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

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

Completed in 1317 milliseconds