Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc1189 struct MapEntry { in DoCacheMethodLoweringInfo() struct
1200 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const { in DoCacheMethodLoweringInfo()
1229 ScopedArenaSet<MapEntry, MapEntryComparator> invoke_map(MapEntryComparator(), in DoCacheMethodLoweringInfo()
1231 const MapEntry** sequential_entries = reinterpret_cast<const MapEntry**>( in DoCacheMethodLoweringInfo()
1264 MapEntry entry = { in DoCacheMethodLoweringInfo()
1287 const MapEntry* entry = sequential_entries[pos]; in DoCacheMethodLoweringInfo()
Dmir_optimization.cc991 struct MapEntry { in EliminateClassInitChecksGate() struct
999 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const { in EliminateClassInitChecksGate()
1008 ScopedArenaSet<MapEntry, MapEntryComparator> class_to_index_map(MapEntryComparator(), in EliminateClassInitChecksGate()
1022 MapEntry entry = { in EliminateClassInitChecksGate()