Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc333 auto root_it = descriptor_to_class.find(entry->class_descriptor); in MatchDirtyObjectPaths() local
334 if (root_it == descriptor_to_class.end() || root_it->second == nullptr) { in MatchDirtyObjectPaths()
339 mirror::Object* cur_obj = root_it->second; in MatchDirtyObjectPaths()