HomeSort by relevance Sort by last modified time
    Searched refs:LengthPrefixedArrayAlloc (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiled_method_storage.cc 153 class CompiledMethodStorage::LengthPrefixedArrayAlloc {
155 explicit LengthPrefixedArrayAlloc(SwapSpace* swap_space)
174 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())),
176 LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())),
178 LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())),
179 dedupe_cfi_info_("dedupe cfi info", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())),
181 LengthPrefixedArrayAlloc<LinkerPatch>(swap_space_.get())) {
compiled_method_storage.h 81 class LengthPrefixedArrayAlloc;
86 LengthPrefixedArrayAlloc<T>,

Completed in 69 milliseconds