Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc37 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) { in CopyArray() argument
39 SwapAllocator<uint8_t> allocator(swap_space); in CopyArray()
47 void ReleaseArray(SwapSpace* swap_space, const LengthPrefixedArray<T>* array) { in ReleaseArray() argument
48 SwapAllocator<uint8_t> allocator(swap_space); in ReleaseArray()
91 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space) in LengthPrefixedArrayAlloc() argument
92 : swap_space_(swap_space) { in LengthPrefixedArrayAlloc()
/art/compiler/utils/
Dswap_space.h125 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() argument
161 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() argument
/art/compiler/
DAndroid.bp90 "utils/swap_space.cc",