Searched refs:m_decoded_thread (Results 1 – 3 of 3) sorted by relevance
139 : m_decoder(decoder), m_decoded_thread(decoded_thread) { in PSBBlockAnomalyDetector()156 m_decoded_thread.GetTotalInstructionCount() - in DetectAnomaly()227 if (m_decoded_thread.GetItemKindByIndex(item_index) == in TryIdentifyInfiniteLoop()246 *prev_insn_index(m_decoded_thread.GetItemsCount()); in TryIdentifyInfiniteLoop()257 m_decoded_thread.GetInstructionLoadAddress(*last_insn_copy_index) != in TryIdentifyInfiniteLoop()258 m_decoded_thread.GetInstructionLoadAddress(last_insn_index)) { in TryIdentifyInfiniteLoop()279 if (m_decoded_thread.GetInstructionLoadAddress(insn_index_a) != in TryIdentifyInfiniteLoop()280 m_decoded_thread.GetInstructionLoadAddress(insn_index_b)) in TryIdentifyInfiniteLoop()296 m_decoded_thread.GetTotalInstructionCount(); in RefreshPacketOffset()301 DecodedThread &m_decoded_thread; member in PSBBlockAnomalyDetector[all …]
41 if (!m_decoded_thread.has_value()) { in Decode()43 m_decoded_thread = *decoded_thread; in Decode()48 return *m_decoded_thread; in Decode()
53 std::optional<DecodedThreadSP> m_decoded_thread; variable