Lines Matching refs:thread_infos
1540 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() local
1541 if (thread_infos && thread_infos->GetSize() > 0) { in UpdateThreadIDList()
1544 thread_infos->ForEach([this](StructuredData::Object *object) -> bool { in UpdateThreadIDList()
1679 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() local
1680 if (thread_infos) { in GetThreadStopInfoFromJSON()
1682 const size_t n = thread_infos->GetSize(); in GetThreadStopInfoFromJSON()
1685 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()
2702 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop() local
2703 if (thread_infos) { in WillPublicStop()
2704 const size_t n = thread_infos->GetSize(); in WillPublicStop()
2707 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop()