Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc89 class CompiledMethodStorage::LengthPrefixedArrayAlloc { class in art::CompiledMethodStorage
91 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space) in LengthPrefixedArrayAlloc() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc
150 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()
Dcompiled_method_storage.h102 class LengthPrefixedArrayAlloc; variable
107 LengthPrefixedArrayAlloc<T>,