Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.h347 static void InPlaceIntersectMaps(Map* work_map, const Map& other_map);
Dlocal_value_numbering.cc574 void LocalValueNumbering::InPlaceIntersectMaps(Map* work_map, const Map& other_map) { in InPlaceIntersectMaps() function in art::LocalValueNumbering
871 InPlaceIntersectMaps(&my_values->load_value_map, value->second.load_value_map); in MergeAliasingValues()