Searched refs:kUseMurmur3Hash (Results 1 – 2 of 2) sorted by relevance
/art/libartbase/base/ | ||
D | data_hash.h | 40 static constexpr bool kUseMurmur3Hash = true; |
/art/compiler/driver/ | ||
D | compiled_method_storage.cc | 80 static constexpr bool kUseMurmur3Hash = true; member in art::CompiledMethodStorage::DedupeHashFunc |