Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h451 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
Ddebugger.cc2158 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1123 return Dbg::GetThreadGroupChildren(thread_group_id, pReply); in TGR_Children()