Home
last modified time | relevance | path

Searched refs:class_ids (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc402 std::vector<RefTypeId> class_ids; in VM_InstanceCounts() local
404 class_ids.push_back(request->ReadRefTypeId()); in VM_InstanceCounts()
408 JdwpError rc = Dbg::GetInstanceCounts(class_ids, &counts); in VM_InstanceCounts()
/art/runtime/
Ddebugger.h373 static JDWP::JdwpError GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids,