Home
last modified time | relevance | path

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

/art/compiler/utils/
Dswap_space_test.cc44 SwapVector<int32_t> v(alloc); in SwapTest()
51 SwapVector<int32_t> v2(alloc); in SwapTest()
58 SwapVector<int32_t> v3(alloc); in SwapTest()
Dswap_space.h235 using SwapVector = std::vector<T, SwapAllocator<T>>; variable