compiled_method_storage.cc | 60 return CopyArray(swap_space_.get(), data); 70 ReleaseArray(swap_space_.get(), array); 156 : swap_space_(swap_space) { 160 return CopyArray(swap_space_, array); 164 ReleaseArray(swap_space_, array); 168 SwapSpace* const swap_space_; member in class:art::CompiledMethodStorage::LengthPrefixedArrayAlloc 172 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)), 174 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), 176 LengthPrefixedArrayAlloc<SrcMapElem>(swap_space_.get())), 178 LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())) [all...] |