Lines Matching refs:thread_infos
1439 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() local
1440 if (thread_infos && thread_infos->GetSize() > 0) { in UpdateThreadIDList()
1443 thread_infos->ForEach([this](StructuredData::Object *object) -> bool { in UpdateThreadIDList()
1568 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() local
1569 if (thread_infos) { in GetThreadStopInfoFromJSON()
1571 const size_t n = thread_infos->GetSize(); in GetThreadStopInfoFromJSON()
1574 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()
2529 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop() local
2530 if (thread_infos) { in WillPublicStop()
2531 const size_t n = thread_infos->GetSize(); in WillPublicStop()
2534 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop()