Searched refs:GetInstances (Results 1 – 6 of 6) sorted by relevance
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 354 heap->GetInstances(hs2, h_class, includeAssignable, /* max_count */ 0, raw_instances); in VMDebug_getInstancesOfClasses()
|
/art/runtime/ |
D | debugger.h | 376 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
|
D | debugger.cc | 974 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/ |
D | heap.h | 354 void GetInstances(VariableSizedHandleScope& scope,
|
D | heap.cc | 1816 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances() function in art::gc::Heap
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 595 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances); in RT_Instances()
|