Searched refs:memMapIndex (Results 1 – 2 of 2) sorted by relevance
203 uint64_t memMapIndex = -1; in ReadRoMemory() local208 memMapIndex = pageFile->second; in ReadRoMemory()211 memMapIndex = static_cast<uint64_t>(retIndex); in ReadRoMemory()213 if (retIndex != exceptRet && memMapIndex < memMaps_.size()) { in ReadRoMemory()214 const_cast<VirtualThread *>(this)->vaddr4kPageCache_[pageIndex] = memMapIndex; in ReadRoMemory()217 if (memMapIndex != illegal) { in ReadRoMemory()218 MemMapItem &map = memMaps_[memMapIndex]; in ReadRoMemory()
547 int64_t memMapIndex = thread.FindMapIndexByAddr(ip); in GetUserSymbol() local548 if (memMapIndex >= 0) { in GetUserSymbol()549 const MemMapItem *mmap = &(thread.GetMaps()[memMapIndex]); in GetUserSymbol()