Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2234 using ObjSortPair = std::pair<mirror::Object*, CombinedKey>; in SortDirtyObjects() typedef
2235 dchecked_vector<ObjSortPair> objects; in SortDirtyObjects()
2245 std::sort(std::begin(objects), std::end(objects), [&](ObjSortPair& lhs, ObjSortPair& rhs) { in SortDirtyObjects()
2252 for (const ObjSortPair& entry : objects) { in SortDirtyObjects()