Home
last modified time | relevance | path

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

/art/libartbase/base/
Ddata_hash.h40 static constexpr bool kUseMurmur3Hash = true;
48 if (kUseMurmur3Hash) { in operator()
/art/compiler/driver/
Dcompiled_method_storage.cc80 static constexpr bool kUseMurmur3Hash = true; member in art::CompiledMethodStorage::DedupeHashFunc