Searched refs:m_memory (Results 1 – 2 of 2) sorted by relevance
24 EmulationStateARM::EmulationStateARM() : m_gpr(), m_vfp_regs(), m_memory() { in EmulationStateARM()121 void EmulationStateARM::ClearPseudoMemory() { m_memory.clear(); } in ClearPseudoMemory()125 m_memory[p_address] = value; in StoreToPseudoAddress()135 pos = m_memory.find(p_address); in ReadFromPseudoAddress()136 if (pos != m_memory.end()) in ReadFromPseudoAddress()
73 std::map<lldb::addr_t, uint32_t> m_memory; // Eventually will want to change variable