Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.h151 struct RangeCheckKey { struct
156 bool operator==(const RangeCheckKey& other) const { argument
162 bool operator()(const RangeCheckKey& lhs, const RangeCheckKey& rhs) const { in operator()
170 typedef ScopedArenaSet<RangeCheckKey, RangeCheckKeyComparator> RangeCheckSet;
Dlocal_value_numbering.cc1084 RangeCheckKey key = { array, index }; in HandleRangeCheck()
1569 RangeCheckKey key = { array, index }; in GetValueNumber()