Lines Matching refs:uint8_t
36 SwapAllocator<uint8_t> allocator(swap_space); in CopyArray()
45 SwapAllocator<uint8_t> allocator(swap_space); in ReleaseArray()
48 allocator.deallocate(const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(array)), size); in ReleaseArray()
81 const uint8_t* data = reinterpret_cast<const uint8_t*>(array.data()); in operator ()()
110 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator ()()
174 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
178 LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
179 dedupe_cfi_info_("dedupe cfi info", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
201 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCode( in DeduplicateCode()
202 const ArrayRef<const uint8_t>& code) { in DeduplicateCode()
206 void CompiledMethodStorage::ReleaseCode(const LengthPrefixedArray<uint8_t>* code) { in ReleaseCode()
219 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateVMapTable( in DeduplicateVMapTable()
220 const ArrayRef<const uint8_t>& table) { in DeduplicateVMapTable()
224 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
228 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCFIInfo( in DeduplicateCFIInfo()
229 const ArrayRef<const uint8_t>& cfi_info) { in DeduplicateCFIInfo()
233 void CompiledMethodStorage::ReleaseCFIInfo(const LengthPrefixedArray<uint8_t>* cfi_info) { in ReleaseCFIInfo()