Searched refs:LengthPrefixedArrayAlloc (Results 1 – 2 of 2) sorted by relevance
153 class CompiledMethodStorage::LengthPrefixedArrayAlloc { class in art::CompiledMethodStorage155 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space) in LengthPrefixedArrayAlloc() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc174 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()176 LengthPrefixedArrayAlloc<SrcMapElem>(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()181 LengthPrefixedArrayAlloc<LinkerPatch>(swap_space_.get())) { in CompiledMethodStorage()
82 class LengthPrefixedArrayAlloc; variable87 LengthPrefixedArrayAlloc<T>,