Home
last modified time | relevance | path

Searched refs:thread_peers (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_threadgroup.cc169 std::vector<art::ObjPtr<art::mirror::Object>>* thread_peers) in GetThreads() argument
183 thread_peers->push_back(peer); in GetThreads()
237 std::vector<art::ObjPtr<art::mirror::Object>> thread_peers; in GetThreadGroupChildren() local
238 GetThreads(thread_group, &thread_peers); in GetThreadGroupChildren()
244 if (!thread_peers.empty()) { in GetThreadGroupChildren()
246 peers_uptr = AllocJvmtiUniquePtr<jthread[]>(env, thread_peers.size(), &res); in GetThreadGroupChildren()
264 for (size_t i = 0; i != thread_peers.size(); ++i) { in GetThreadGroupChildren()
265 peers_uptr[i] = soa.AddLocalReference<jthread>(thread_peers[i]); in GetThreadGroupChildren()
271 *thread_count_ptr = static_cast<jint>(thread_peers.size()); in GetThreadGroupChildren()
Dti_stack.cc375 for (jthread global_thread_ref : thread_peers) { in GetAllStackTraces()
389 thread_peers.push_back(peer); in GetAllStackTraces()
401 std::vector<jthread> thread_peers; in GetAllStackTraces() member
481 static_cast<JNIEnv*>(current->GetJniEnv())->NewLocalRef(data.thread_peers[i]); in GetAllStackTraces()