Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc77 static constexpr bool kUseMurmur3Hash = true; member in art::CompiledMethodStorage::DedupeHashFunc
86 if (kUseMurmur3Hash) { in operator ()()