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.h100 ArrayDedupeSet<uint8_t> dedupe_method_info_; variable
Dcompiled_method_storage.cc168 dedupe_method_info_("dedupe method info", in CompiledMethodStorage()
205 return AllocateOrDeduplicateArray(src_map, &dedupe_method_info_); in DeduplicateMethodInfo()