Home
last modified time | relevance | path

Searched refs:m_blockLookup (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DGenericMipsExecutor.h39 , m_blockLookup(m_emptyBlock.get(), maxAddress) in CGenericMipsExecutor()
67 auto block = m_blockLookup.FindBlockAt(address); in Execute()
84 return m_blockLookup.FindBlockAt(address); in FindBlockStartingAt()
89 m_blockLookup.Clear(); in Reset()
127 auto block = m_blockLookup.FindBlockAt(address); in HasBlockAt()
136 m_blockLookup.AddBlock(block.get()); in CreateBlock()
157 auto block = m_blockLookup.FindBlockAt(startAddress); in SetupBlockLinks()
180 auto branchBlock = m_blockLookup.FindBlockAt(branchAddress); in SetupBlockLinks()
268 auto block = m_blockLookup.FindBlockAt(address); in ClearActiveBlocksInRangeInternal()
273 m_blockLookup.DeleteBlock(block); in ClearActiveBlocksInRangeInternal()
[all …]