Home
last modified time | relevance | path

Searched refs:GetInstanceCounts (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h365 static JDWP::JdwpError GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids,
Ddebugger.cc951 JDWP::JdwpError Dbg::GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids, in GetInstanceCounts() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc405 JdwpError rc = Dbg::GetInstanceCounts(class_ids, &counts); in VM_InstanceCounts()