Home
last modified time | relevance | path

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

12

/art/libartbase/base/
Ddata_hash.h26 size_t hash = 0x811c9dc5; in HashBytes() local
56 uint32_t hash = 0; in operator() local
Dhash_set.h433 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash()
438 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash()
461 std::pair<iterator, bool> InsertWithHash(U&& element, size_t hash) { in InsertWithHash()
607 size_t IndexForHash(size_t hash) const { in IndexForHash()
626 size_t FindIndex(const K& element, size_t hash) const { in FindIndex()
637 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
Dstl_util.h139 uint32_t hash = 2166136261u; in operator() local
Dhash_set_test.cc294 size_t hash = 0; in HashIntSequence() local
/art/libdexfile/dex/
Dutf.h81 uint32_t hash = 0; in ComputeUtf16Hash() local
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.cc178 uint32_t hash = 0; in ComputeUtf16HashFromModifiedUtf8() local
195 uint32_t hash = 0; in ComputeModifiedUtf8Hash() local
Dtype_lookup_table.h113 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry()
Dutf_test.cc386 uint32_t hash = ComputeModifiedUtf8Hash(input); in TEST_F() local
/art/runtime/
Dclass_table.cc54 size_t hash) { in UpdateClass()
118 ObjPtr<mirror::Class> ClassTable::Lookup(const char* descriptor, size_t hash) { in Lookup()
144 const uint32_t hash = TableSlot::HashDescriptor(klass); in Insert() local
163 const uint32_t hash = TableSlot::HashDescriptor(klass); in InsertWithoutLocks() local
167 void ClassTable::InsertWithHash(ObjPtr<mirror::Class> klass, size_t hash) { in InsertWithHash()
Dbacktrace_helper.h60 uint64_t hash = 9314237; in Hash() local
Dclass_table.h73 static uint32_t MaskHash(uint32_t hash) { in MaskHash()
Dintern_table.h62 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) in Utf8String()
Ddebug_print.cc65 uint32_t hash = ComputeModifiedUtf8Hash(class_descriptor); in DescribeLoaders() local
Dclass_linker.cc2734 size_t hash = ComputeModifiedUtf8Hash(descriptor); in FinishCoreArrayClassSetup() local
2827 size_t hash, const std::vector<const DexFile*>& class_path) { in FindInClassPath()
2841 size_t hash, in FindClassInSharedLibraries()
2870 size_t hash, in FindClassInBaseDexClassLoader()
2980 size_t hash) { in FindClassInBootClassLoaderClassPath()
3006 size_t hash, in FindClassInBaseDexClassLoaderClassPath()
3052 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass() local
3273 size_t hash, in DefineClass()
4368 size_t hash, in CreateArrayClass()
4515 size_t hash) { in InsertClass()
[all …]
/art/test/004-SignalTest/src/
DMain.java32 int hash = o.hashCode(); in main() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc44 size_t hash, in LookupClass()
55 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.java71 int hash = obj.hashCode(); in main() local
/art/test/920-objects/src/art/
DTest920.java88 private int hash; field in Test920.MyHash
/art/compiler/utils/
Ddedupe_set_test.cc33 size_t hash = 0; in operator ()() local
/art/openjdkjvmti/
Dti_breakpoint.cc119 size_t Breakpoint::hash() const { in hash() function in openjdkjvmti::Breakpoint
/art/runtime/gc/space/
Dimage_space_test.cc154 uint32_t hash = ComputeUtf16HashFromModifiedUtf8(test_string, test_string_length); in TEST_F() local

12