Searched refs:GetReferringObjects (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | debugger.h | 391 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
|
D | debugger.cc | 992 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects() function in art::Dbg 1003 heap->GetReferringObjects(hs, hs.NewHandle(o), max_count, raw_instances); in GetReferringObjects()
|
/art/runtime/gc/ |
D | heap.h | 395 void GetReferringObjects(VariableSizedHandleScope& scope,
|
D | heap.cc | 1981 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects() function in art::gc::Heap
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 892 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, &referring_objects); in OR_ReferringObjects()
|