Home
last modified time | relevance | path

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

/art/dex2oat/utils/
Dswap_space_test.cc43 SwapVector<int32_t> v(alloc); in SwapTest()
50 SwapVector<int32_t> v2(alloc); in SwapTest()
57 SwapVector<int32_t> v3(alloc); in SwapTest()
Dswap_space.h236 using SwapVector = std::vector<T, SwapAllocator<T>>; variable