Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.h46 ValueMap::iterator it = value_map_.find(key); in LookupValue()
47 if (it != value_map_.end()) { in LookupValue()
50 res = value_map_.size() + 1; in LookupValue()
51 value_map_.Put(key, res); in LookupValue()
58 ValueMap::const_iterator it = value_map_.find(key); in ValueExists()
59 return (it != value_map_.end()); in ValueExists()
135 ValueMap value_map_; variable