Searched refs:LengthPrefixedArrayAlloc (Results 1 – 2 of 2) sorted by relevance
146 class CompiledMethodStorage::LengthPrefixedArrayAlloc { class in art::CompiledMethodStorage148 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space) in LengthPrefixedArrayAlloc() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc167 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()174 LengthPrefixedArrayAlloc<linker::LinkerPatch>(swap_space_.get())) { in CompiledMethodStorage()
83 class LengthPrefixedArrayAlloc; variable88 LengthPrefixedArrayAlloc<T>,