Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h468 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
Ddebugger.cc2149 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1139 return Dbg::GetThreadGroupParent(thread_group_id, pReply); in TGR_Parent()