Searched refs:class_ids (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_handler.cc402 std::vector<RefTypeId> class_ids; local
404 class_ids.push_back(request->ReadRefTypeId());
408 JdwpError rc = Dbg::GetInstanceCounts(class_ids, &counts);
/art/runtime/
H A Ddebugger.h353 static JDWP::JdwpError GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids,
H A Ddebugger.cc884 JDWP::JdwpError Dbg::GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids, argument
891 for (size_t i = 0; i < class_ids.size(); ++i) {
893 ObjPtr<mirror::Class> c = DecodeClass(class_ids[i], &error);

Completed in 337 milliseconds