Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h98 ArrayDedupeSet<uint8_t> dedupe_method_info_; variable
Dcompiled_method_storage.cc175 dedupe_method_info_("dedupe method info", in CompiledMethodStorage()
212 return AllocateOrDeduplicateArray(src_map, &dedupe_method_info_); in DeduplicateMethodInfo()