Home
last modified time | relevance | path

Searched refs:LengthPrefixedArrayAlloc (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage.cc153 class CompiledMethodStorage::LengthPrefixedArrayAlloc { class in art::CompiledMethodStorage
155 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space) in LengthPrefixedArrayAlloc() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc
174 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())), in CompiledMethodStorage()
176 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()
181 LengthPrefixedArrayAlloc<LinkerPatch>(swap_space_.get())) { in CompiledMethodStorage()
Dcompiled_method_storage.h81 class LengthPrefixedArrayAlloc; variable
86 LengthPrefixedArrayAlloc<T>,