Searched refs:m_memory (Results 1 – 2 of 2) sorted by relevance
23 EmulationStateARM::EmulationStateARM() : m_vfp_regs(), m_memory() { in EmulationStateARM()83 void EmulationStateARM::ClearPseudoMemory() { m_memory.clear(); } in ClearPseudoMemory()87 m_memory[p_address] = value; in StoreToPseudoAddress()97 pos = m_memory.find(p_address); in ReadFromPseudoAddress()98 if (pos != m_memory.end()) in ReadFromPseudoAddress()246 if (!other_state.m_memory.empty() && m_memory != other_state.m_memory) { in CompareState()250 for (auto p : m_memory) in CompareState()253 for (auto p : other_state.m_memory) in CompareState()
75 std::map<lldb::addr_t, uint32_t> m_memory; // Eventually will want to change variable