Searched refs:g_blocks (Results 1 – 1 of 1) sorted by relevance
79 std::map<uint64_t, MemBlock> g_blocks; variable83 for (auto& kv: g_blocks) { in translatePhysAddr()334 for (auto& kv : g_blocks) { in allocate()349 auto r = g_blocks.insert({physBase, std::move(newBlock)}); in allocate()379 auto i = g_blocks.begin(); in gcEmptyBlocks()380 while (i != g_blocks.end()) { in gcEmptyBlocks()386 i = g_blocks.erase(i); in gcEmptyBlocks()453 stream->putBe32(g_blocks.size()); in globalStateSave()454 for (const auto& kv: g_blocks) { in globalStateSave()472 if (!g_blocks.insert({physBase, std::move(block)}).second) { in globalStateLoad()[all …]