Searched refs:m_memory (Results 1 – 2 of 2) sorted by relevance
23 EmulationStateARM::EmulationStateARM() : m_vfp_regs(), m_memory() { in EmulationStateARM()120 void EmulationStateARM::ClearPseudoMemory() { m_memory.clear(); } in ClearPseudoMemory()124 m_memory[p_address] = value; in StoreToPseudoAddress()134 pos = m_memory.find(p_address); in ReadFromPseudoAddress()135 if (pos != m_memory.end()) in ReadFromPseudoAddress()284 if (!other_state.m_memory.empty() && m_memory != other_state.m_memory) { in CompareState()288 for (auto p : m_memory) in CompareState()291 for (auto p : other_state.m_memory) in CompareState()
77 std::map<lldb::addr_t, uint32_t> m_memory; // Eventually will want to change variable