Searched refs:LengthPrefixedArrayAlloc (Results 1 – 2 of 2) sorted by relevance
89 class CompiledMethodStorage::LengthPrefixedArrayAlloc { class in art::CompiledMethodStorage91 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space) in LengthPrefixedArrayAlloc() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc150 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()152 LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()153 dedupe_cfi_info_("dedupe cfi info", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()155 LengthPrefixedArrayAlloc<linker::LinkerPatch>(swap_space_.get())), in CompiledMethodStorage()
102 class LengthPrefixedArrayAlloc; variable107 LengthPrefixedArrayAlloc<T>,