Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 40) sorted by relevance

12

/art/libartbase/base/
Ddata_hash.h44 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()
Dhash_set.h493 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()
Dbit_table.h309 uint32_t hash = hasher(MemoryRegion(values, sizeof(Entry) * count)); variable
419 uint32_t hash = hasher(region); in Dedup() local
/art/runtime/
Dintern_table.cc78 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 …]
Dintern_table-inl.h35 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
Dclass_table.h82 static uint32_t RemoveHash(uint32_t hash) { in RemoveHash()
86 static uint32_t MaskHash(uint32_t hash) { in MaskHash()
Dclass_table.cc43 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()
Dbacktrace_helper.h64 uint64_t hash = 9314237; in Hash() local
Ddebug_print.cc65 uint32_t hash = ComputeModifiedUtf8Hash(class_descriptor); in DescribeLoaders() local
Dclass_table-inl.h229 uint32_t hash = klass->DescriptorHash(); in LookupByDescriptor() local
Druntime_image.cc353 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
Dclass_linker.cc1474 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/
Dutf.h105 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()
Dtype_lookup_table_test.cc45 size_t hash = ComputeModifiedUtf8Hash(descriptor); in TEST_P() local
Dtype_lookup_table.cc53 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
Dutf.cc144 uint32_t hash = 0; in ComputeUtf16HashFromModifiedUtf8() local
161 uint32_t hash = StartModifiedUtf8Hash(); in ComputeModifiedUtf8Hash() local
Dtype_lookup_table.h115 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry()
/art/test/004-SignalTest/src/
DMain.java32 int hash = o.hashCode(); in main() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc49 size_t hash, in LookupClass()
59 size_t hash, in FindClassInPathClassLoader()
/art/test/920-objects/
Dobjects.cc48 jint hash; in Java_art_Test920_getObjectHashCode() local
/art/test/522-checker-regression-monitor-exit/src/
DMain.java67 int hash = obj.hashCode(); in main() local
/art/test/920-objects/src/art/
DTest920.java88 private int hash; field in Test920.MyHash
/art/runtime/mirror/
Dstring-inl.h71 uint32_t hash = IsCompressed() in ComputeHashCode() local
/art/compiler/utils/
Ddedupe_set_test.cc34 size_t hash = 0; in operator ()() local
/art/openjdkjvmti/
Dti_breakpoint.cc119 size_t Breakpoint::hash() const { in hash() function in openjdkjvmti::Breakpoint

12