Searched defs:thread_group (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/openjdkjvmti/ |
| D | ti_threadgroup.cc | 168 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/ |
| D | agent_thread.cc | 118 ScopedLocalRef<jobject> thread_group(env, cur_thread_info.thread_group); in Java_art_Test931_testAgentThread() local
|
| /art/runtime/ |
| D | thread.cc | 791 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
|
| D | debugger.cc | 2062 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()
|
| D | java_vm_ext.cc | 384 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
|
| D | runtime.cc | 1692 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|
| /art/runtime/openjdkjvmti/include/ |
| D | jvmti.h | 522 jthreadGroup thread_group; member
|