Lines Matching defs:thread_infos
1439 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray();
1440 if (thread_infos && thread_infos->GetSize() > 0) {
1443 thread_infos->ForEach([this](StructuredData::Object *object) -> bool {
1568 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray();
1569 if (thread_infos) {
1571 const size_t n = thread_infos->GetSize();
1574 thread_infos->GetItemAtIndex(i)->GetAsDictionary();
2550 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray();
2551 if (thread_infos) {
2552 const size_t n = thread_infos->GetSize();
2555 thread_infos->GetItemAtIndex(i)->GetAsDictionary();