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

/art/compiler/dex/
H A Dmir_analysis.cc1308 struct MapEntry { struct
1319 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const {
1348 // Map invoke key (see MapEntry) to lowering info index and vice versa.
1351 ScopedArenaSet<MapEntry, MapEntryComparator> invoke_map(MapEntryComparator(),
1353 const MapEntry** sequential_entries =
1354 allocator.AllocArray<const MapEntry*>(max_refs, kArenaAllocMisc);
1390 MapEntry entry = {
1411 const MapEntry* entry = sequential_entries[pos];
H A Dmir_optimization.cc1168 struct MapEntry { struct
1176 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const {
1185 ScopedArenaSet<MapEntry, MapEntryComparator> class_to_index_map(MapEntryComparator(),
1197 MapEntry entry = {
1213 MapEntry entry = {

Completed in 57 milliseconds