Lines Matching refs:uint8_t
38 SwapAllocator<uint8_t> allocator(swap_space); in CopyArray()
47 SwapAllocator<uint8_t> allocator(swap_space); in ReleaseArray()
50 allocator.deallocate(const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(array)), size); in ReleaseArray()
83 const uint8_t* data = reinterpret_cast<const uint8_t*>(array.data()); in operator ()()
112 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator ()()
167 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
169 LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
171 LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
172 dedupe_cfi_info_("dedupe cfi info", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
194 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCode( in DeduplicateCode()
195 const ArrayRef<const uint8_t>& code) { in DeduplicateCode()
199 void CompiledMethodStorage::ReleaseCode(const LengthPrefixedArray<uint8_t>* code) { in ReleaseCode()
203 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateMethodInfo( in DeduplicateMethodInfo()
204 const ArrayRef<const uint8_t>& src_map) { in DeduplicateMethodInfo()
208 void CompiledMethodStorage::ReleaseMethodInfo(const LengthPrefixedArray<uint8_t>* method_info) { in ReleaseMethodInfo()
212 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateVMapTable( in DeduplicateVMapTable()
213 const ArrayRef<const uint8_t>& table) { in DeduplicateVMapTable()
217 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
221 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCFIInfo( in DeduplicateCFIInfo()
222 const ArrayRef<const uint8_t>& cfi_info) { in DeduplicateCFIInfo()
226 void CompiledMethodStorage::ReleaseCFIInfo(const LengthPrefixedArray<uint8_t>* cfi_info) { in ReleaseCFIInfo()