Searched refs:GetInstructionLoadAddress (Results 1 – 4 of 4) sorted by relevance
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()
103 return m_decoded_thread_sp->GetInstructionLoadAddress(m_pos); in GetLoadAddress()
210 lldb::addr_t GetInstructionLoadAddress(uint64_t item_index) const;
91 DecodedThread::GetInstructionLoadAddress(uint64_t item_index) const { in GetInstructionLoadAddress() function in DecodedThread