Searched refs:thread_peers (Results 1 – 2 of 2) sorted by relevance
172 std::vector<art::ObjPtr<art::mirror::Object>>* thread_peers) in GetThreads() argument186 thread_peers->push_back(peer); in GetThreads()239 std::vector<art::ObjPtr<art::mirror::Object>> thread_peers; in GetThreadGroupChildren() local240 GetThreads(thread_group, &thread_peers); in GetThreadGroupChildren()246 if (!thread_peers.empty()) { in GetThreadGroupChildren()248 peers_uptr = AllocJvmtiUniquePtr<jthread[]>(env, thread_peers.size(), &res); in GetThreadGroupChildren()266 for (size_t i = 0; i != thread_peers.size(); ++i) { in GetThreadGroupChildren()267 peers_uptr[i] = soa.AddLocalReference<jthread>(thread_peers[i]); in GetThreadGroupChildren()273 *thread_count_ptr = static_cast<jint>(thread_peers.size()); in GetThreadGroupChildren()
392 for (jthread global_thread_ref : thread_peers) { in GetAllStackTraces()406 thread_peers.push_back(peer); in GetAllStackTraces()418 std::vector<jthread> thread_peers; in GetAllStackTraces() member498 static_cast<JNIEnv*>(current->GetJniEnv())->NewLocalRef(data.thread_peers[i]); in GetAllStackTraces()