Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1471 std::map<std::string_view, const apex::ApexInfo*> apex_infos; in GetApexVersions() local
1474 apex_infos.emplace(info.getModuleName(), &info); in GetApexVersions()
1478 auto info = apex_infos.find(str); in GetApexVersions()
1479 if (info == apex_infos.end() || info->second->getIsFactory()) { in GetApexVersions()