/art/libartbase/base/ |
D | data_hash.h | 44 uint32_t hash = Murmur3Start(); in operator() local 77 size_t hash = HashBytesStart(); in HashBytes() local 90 size_t hash = Murmur3Start(); in operator() local 103 size_t hash = HashBytesStart(); in operator() local 123 static constexpr size_t HashBytesUpdate(size_t hash, uint8_t value) { in HashBytesUpdate() 128 static constexpr size_t HashBytesFinish(size_t hash) { in HashBytesFinish() 152 static constexpr uint32_t Murmur3Update(uint32_t hash, uint32_t block) { in Murmur3Update() 163 static constexpr uint32_t Murmur3UpdatePartial(uint32_t hash, uint32_t block) { in Murmur3UpdatePartial() 174 static constexpr uint32_t Murmur3Finish(uint32_t hash, uint32_t length_in_bytes) { in Murmur3Finish()
|
D | hash_set.h | 493 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash() 498 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash() 521 std::pair<iterator, bool> InsertWithHash(U&& element, size_t hash) { in InsertWithHash() 549 void PutWithHash(U&& element, size_t hash) { in PutWithHash() 688 size_t IndexForHash(size_t hash) const { in IndexForHash() 708 size_t FindIndex(const K& element, size_t hash) const { in FindIndex() 720 size_t FindIndexImpl(const K& element, size_t hash, FailFn fail_fn) const { in FindIndexImpl()
|
D | bit_table.h | 309 uint32_t hash = hasher(MemoryRegion(values, sizeof(Entry) * count)); variable 419 uint32_t hash = hasher(region); in Dedup() local
|
/art/runtime/ |
D | intern_table.cc | 78 uint32_t hash = static_cast<uint32_t>(old_ref->GetStoredHashCode()); in VisitRoots() local 108 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupWeak() local 116 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupStrong() local 124 uint32_t hash = Utf8String::Hash(utf16_length, utf8_data); in LookupStrong() local 132 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupWeakLocked() local 139 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupStrongLocked() local 149 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s, uint32_t hash) { in InsertStrong() 161 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s, uint32_t hash) { in InsertWeak() 170 void InternTable::RemoveStrong(ObjPtr<mirror::String> s, uint32_t hash) { in RemoveStrong() 174 void InternTable::RemoveWeak(ObjPtr<mirror::String> s, uint32_t hash) { in RemoveWeak() [all …]
|
D | intern_table-inl.h | 35 int32_t hash = ComputeUtf16Hash(utf8_data, utf16_length); in Hash() local 49 int32_t hash = s->GetStoredHashCode(); in operator() local 129 uint32_t hash = static_cast<uint32_t>(s->GetStoredHashCode()); in AddInternStrings() local
|
D | class_table.h | 82 static uint32_t RemoveHash(uint32_t hash) { in RemoveHash() 86 static uint32_t MaskHash(uint32_t hash) { in MaskHash()
|
D | class_table.cc | 43 size_t hash) { in UpdateClass() 107 ObjPtr<mirror::Class> ClassTable::Lookup(const char* descriptor, size_t hash) { in Lookup() 128 void ClassTable::InsertWithHash(ObjPtr<mirror::Class> klass, size_t hash) { in InsertWithHash()
|
D | backtrace_helper.h | 64 uint64_t hash = 9314237; in Hash() local
|
D | debug_print.cc | 65 uint32_t hash = ComputeModifiedUtf8Hash(class_descriptor); in DescribeLoaders() local
|
D | class_table-inl.h | 229 uint32_t hash = klass->DescriptorHash(); in LookupByDescriptor() local
|
D | runtime_image.cc | 353 int32_t hash = str->GetStoredHashCode(); in operator ()() local 549 uint32_t hash = cls->DescriptorHash(); in Visit() local 631 uint32_t hash = cls->DescriptorHash(); in EmitClasses() local 1342 uint32_t hash = static_cast<uint32_t>(str->GetStoredHashCode()); in CopyDexCache() local 1478 uint32_t hash = static_cast<uint32_t>(str->GetStoredHashCode()); in TryInitializeClass() local 1513 uint32_t hash = type->DescriptorHash(); in TryInitializeClass() local 1575 uint32_t hash = cls->DescriptorHash(); in CopyClass() local
|
D | class_linker.cc | 1474 uint32_t hash = static_cast<uint32_t>(referred_str->GetStoredHashCode()); in TestObject() local 2788 size_t hash = ComputeModifiedUtf8Hash(descriptor); in FinishCoreArrayClassSetup() local 2881 size_t hash, const std::vector<const DexFile*>& class_path) { in FindInClassPath() 2914 size_t hash, in FindClassInSharedLibraries() 2923 size_t hash, in FindClassInSharedLibrariesHelper() 2948 size_t hash, in FindClassInSharedLibrariesAfter() 2957 size_t hash, in FindClassInBaseDexClassLoader() 3066 size_t hash, in FindClassInBootClassLoaderClassPath() 3093 size_t hash, in FindClassInBaseDexClassLoaderClassPath() 3140 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass() local [all …]
|
/art/libdexfile/dex/ |
D | utf.h | 105 uint32_t hash = 0; in ComputeUtf16Hash() local 126 inline uint32_t UpdateModifiedUtf8Hash(uint32_t hash, char c) { in UpdateModifiedUtf8Hash() 132 inline uint32_t UpdateModifiedUtf8Hash(uint32_t hash, std::string_view chars) { in UpdateModifiedUtf8Hash()
|
D | type_lookup_table_test.cc | 45 size_t hash = ComputeModifiedUtf8Hash(descriptor); in TEST_P() local
|
D | type_lookup_table.cc | 53 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in Create() local 68 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in Create() local
|
D | utf.cc | 144 uint32_t hash = 0; in ComputeUtf16HashFromModifiedUtf8() local 161 uint32_t hash = StartModifiedUtf8Hash(); in ComputeModifiedUtf8Hash() local
|
D | type_lookup_table.h | 115 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry()
|
/art/test/004-SignalTest/src/ |
D | Main.java | 32 int hash = o.hashCode(); in main() local
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 49 size_t hash, in LookupClass() 59 size_t hash, in FindClassInPathClassLoader()
|
/art/test/920-objects/ |
D | objects.cc | 48 jint hash; in Java_art_Test920_getObjectHashCode() local
|
/art/test/522-checker-regression-monitor-exit/src/ |
D | Main.java | 67 int hash = obj.hashCode(); in main() local
|
/art/test/920-objects/src/art/ |
D | Test920.java | 88 private int hash; field in Test920.MyHash
|
/art/runtime/mirror/ |
D | string-inl.h | 71 uint32_t hash = IsCompressed() in ComputeHashCode() local
|
/art/compiler/utils/ |
D | dedupe_set_test.cc | 34 size_t hash = 0; in operator ()() local
|
/art/openjdkjvmti/ |
D | ti_breakpoint.cc | 119 size_t Breakpoint::hash() const { in hash() function in openjdkjvmti::Breakpoint
|