Home
last modified time | relevance | path

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

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