Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc496 std::map<gc::space::ImageSpace*, std::unique_ptr<MemMap>> space_to_memmap_map; in Patch() local
539 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()