Searched refs:GetItemsCount (Results 1 – 4 of 4) sorted by relevance
102 uint64_t DecodedThread::GetItemsCount() const { return m_item_kinds.size(); } in GetItemsCount() function in DecodedThread127 m_tscs.emplace(GetItemsCount(), TSCRange{tsc, 0, GetItemsCount()}).first; in NotifyTsc()134 .emplace(GetItemsCount(), NanosecondsRange{nanos, tsc, nullptr, 0, in NotifyTsc()135 GetItemsCount()}) in NotifyTsc()148 m_cpus.emplace(GetItemsCount(), cpu_id); in NotifyCPU()
77 m_pos = m_decoded_thread_sp->GetItemsCount() - 1 + offset; in Seek()90 static_cast<uint64_t>(m_pos) < m_decoded_thread_sp->GetItemsCount(); in HasValue()136 return id < m_decoded_thread_sp->GetItemsCount(); in HasId()
156 uint64_t GetItemsCount() const;
229 uint64_t items_count = decoded_thread_sp->GetItemsCount(); in DumpTraceInfo()333 uint64_t insn_len = decoded_thread_sp->GetItemsCount(); in DumpTraceInfoAsJson()