Searched defs:space_to_skip_patching_map (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc188 std::map<gc::space::ImageSpace*, bool> space_to_skip_patching_map; local
300 space_to_skip_patching_map.emplace(space, skip_patching_oat);
329 bool skip_patching_oat = space_to_skip_patching_map.find(space)->second;

Completed in 86 milliseconds