Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc152 std::map<gc::space::ImageSpace*, std::unique_ptr<File>> space_to_file_map; in Patch() local
194 space_to_file_map.emplace(space, std::move(input_image)); in Patch()