Home
last modified time | relevance | path

Searched defs:thread_group (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread.cc375 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group, in Attach()
423 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer()
481 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, in InitPeer()
766 mirror::Object* thread_group = in DumpState() local
Ddebugger.cc2028 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id); in DecodeThreadGroup() local
2047 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local
2066 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local
2083 static void GetChildThreadGroups(ScopedObjectAccessUnchecked& soa, mirror::Object* thread_group, in GetChildThreadGroups()
2110 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local
2242 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
Druntime.cc1096 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
Djni_internal.cc329 jobject thread_group = nullptr; in JII_AttachCurrentThread() local