Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.h77 typedef ScopedArenaSafeMap<uint64_t, uint16_t> ValueMap; typedef
88 ValueMap::iterator lb = global_value_map_.lower_bound(key); in LookupValue()
106 ValueMap::const_iterator it = global_value_map_.find(key); in HasValue()
228 ValueMap global_value_map_;