Searched refs:thread_infos (Results 1 – 1 of 1) sorted by relevance
1516 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() local1517 if (thread_infos && thread_infos->GetSize() > 0) { in UpdateThreadIDList()1520 thread_infos->ForEach([this](StructuredData::Object *object) -> bool { in UpdateThreadIDList()1645 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() local1646 if (thread_infos) { in GetThreadStopInfoFromJSON()1648 const size_t n = thread_infos->GetSize(); in GetThreadStopInfoFromJSON()1651 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()2648 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop() local2649 if (thread_infos) { in WillPublicStop()2650 const size_t n = thread_infos->GetSize(); in WillPublicStop()[all …]