Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc146 class CompiledMethodStorage::LengthPrefixedArrayAlloc { class in art::CompiledMethodStorage
148 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space) in LengthPrefixedArrayAlloc() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc
167 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()
Dcompiled_method_storage.h83 class LengthPrefixedArrayAlloc; variable
88 LengthPrefixedArrayAlloc<T>,