Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h454 static JDWP::ObjectId GetSystemThreadGroupId()
Ddebugger.cc2190 JDWP::ObjectId Dbg::GetSystemThreadGroupId() { in GetSystemThreadGroupId() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc207 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); in VM_TopLevelThreadGroups()