Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h432 static JDWP::ObjectId GetSystemThreadGroupId()
Ddebugger.cc2138 JDWP::ObjectId Dbg::GetSystemThreadGroupId() { in GetSystemThreadGroupId() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc251 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); in VM_TopLevelThreadGroups()