Searched refs:space_to_memmap_map (Results 1 – 1 of 1) sorted by relevance
496 std::map<gc::space::ImageSpace*, std::unique_ptr<MemMap>> space_to_memmap_map; in Patch() local539 space_to_memmap_map.emplace(space, std::move(image)); in Patch()541 space_to_memmap_map.at(space).get(), in Patch()545 &space_to_memmap_map, in Patch()