Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc687 SafeMap<std::string, std::string> remap; in EncodeContextInternal() local
691 remap.Put(info.original_classpath[k], stored_info->classpath[k]); in EncodeContextInternal()
709 if (!remap.empty()) { in EncodeContextInternal()
711 auto it = remap.find(base_dex_location); in EncodeContextInternal()
712 CHECK(it != remap.end()) << base_dex_location; in EncodeContextInternal()