Searched defs:thread_group (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | thread.cc | 513 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group, in Attach() 567 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer() 626 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, in InitPeer() 919 mirror::Object* thread_group = in DumpState() local
|
D | debugger.cc | 2071 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup() local 2094 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local 2111 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local 2127 static void GetChildThreadGroups(ScopedObjectAccessUnchecked& soa, mirror::Object* thread_group, in GetChildThreadGroups() 2162 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local 2293 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
|
D | java_vm_ext.cc | 329 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
|
D | runtime.cc | 1311 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|