Lines Matching defs:thread_infos
1442 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray();
1443 if (thread_infos && thread_infos->GetSize() > 0) {
1446 thread_infos->ForEach([this](StructuredData::Object *object) -> bool {
1571 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray();
1572 if (thread_infos) {
1574 const size_t n = thread_infos->GetSize();
1577 thread_infos->GetItemAtIndex(i)->GetAsDictionary();
2596 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray();
2597 if (thread_infos) {
2598 const size_t n = thread_infos->GetSize();
2601 thread_infos->GetItemAtIndex(i)->GetAsDictionary();