Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc1351 ScopedArenaSet<MapEntry, MapEntryComparator> invoke_map(MapEntryComparator(), in DoCacheMethodLoweringInfo() local
1395 static_cast<uint32_t>(invoke_map.size()) in DoCacheMethodLoweringInfo()
1397 auto it = invoke_map.insert(entry).first; // Iterator to either the old or the new entry. in DoCacheMethodLoweringInfo()
1404 if (invoke_map.empty()) { in DoCacheMethodLoweringInfo()
1408 const size_t count = invoke_map.size(); in DoCacheMethodLoweringInfo()