Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Ddedupe_set_test.cc42 SwapAllocator<void> swap(nullptr); in TEST() local
/art/runtime/
Dsafe_map.h68 void swap(Self& other) { map_.swap(other.map_); } in swap() function