Searched defs:thread_group (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | thread.cc | 732 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group, in Attach() 808 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer() 869 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, in InitPeer() 1244 mirror::Object* thread_group = in DumpState() local
|
D | debugger.cc | 2007 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup() local 2030 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local 2047 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local 2063 static void GetChildThreadGroups(ScopedObjectAccessUnchecked& soa, mirror::Object* thread_group, in GetChildThreadGroups() 2097 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local 2230 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
|
D | java_vm_ext.cc | 389 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
|
D | runtime.cc | 1495 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|