Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_threadgroup.cc168 static void GetThreads(art::Handle<art::mirror::Object> thread_group, in GetThreads()
188 static void GetChildThreadGroups(art::Handle<art::mirror::Object> thread_group, in GetChildThreadGroups()
232 art::Handle<art::mirror::Object> thread_group = hs.NewHandle( in GetThreadGroupChildren() local
/art/test/931-agent-thread/
Dagent_thread.cc118 ScopedLocalRef<jobject> thread_group(env, cur_thread_info.thread_group); in Java_art_Test931_testAgentThread() local
/art/runtime/
Dthread.cc791 jobject thread_group, in Attach()
840 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer()
913 jobject thread_group) { in CreateCompileTimePeer()
965 jobject thread_group, in InitPeer()
1546 ObjPtr<mirror::Object> thread_group = in DumpState() local
Ddebugger.cc2062 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup() local
2086 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local
2103 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local
2119 static void GetChildThreadGroups(mirror::Object* thread_group, in GetChildThreadGroups()
2153 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local
2285 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
Djava_vm_ext.cc384 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
Druntime.cc1692 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
/art/runtime/openjdkjvmti/include/
Djvmti.h522 jthreadGroup thread_group; member