/art/libartbase/base/ |
D | data_hash.h | 26 size_t hash = 0x811c9dc5; in HashBytes() local 56 uint32_t hash = 0; in operator() local
|
D | hash_set.h | 475 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash() 480 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash() 503 std::pair<iterator, bool> InsertWithHash(U&& element, size_t hash) { in InsertWithHash() 649 size_t IndexForHash(size_t hash) const { in IndexForHash() 668 size_t FindIndex(const K& element, size_t hash) const { in FindIndex() 679 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
|
D | stl_util.h | 139 uint32_t hash = 2166136261u; in operator() local
|
/art/libdexfile/dex/ |
D | utf.h | 81 uint32_t hash = 0; in ComputeUtf16Hash() 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 | type_lookup_table_test.cc | 45 size_t hash = ComputeModifiedUtf8Hash(descriptor); in TEST_P() local
|
D | utf.cc | 178 uint32_t hash = 0; in ComputeUtf16HashFromModifiedUtf8() local 195 uint32_t hash = 0; in ComputeModifiedUtf8Hash() local
|
D | type_lookup_table.h | 113 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry()
|
D | utf_test.cc | 386 uint32_t hash = ComputeModifiedUtf8Hash(input); in TEST_F() local
|
/art/test/004-SignalTest/src/ |
D | Main.java | 32 int hash = o.hashCode(); in main() local
|
/art/runtime/ |
D | class_table.cc | 38 size_t hash) { in UpdateClass() 102 ObjPtr<mirror::Class> ClassTable::Lookup(const char* descriptor, size_t hash) { in Lookup() 118 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 | class_table.h | 73 static uint32_t MaskHash(uint32_t hash) { in MaskHash()
|
D | intern_table.h | 62 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) in Utf8String()
|
D | class_table-inl.h | 187 uint32_t hash = TableSlot::HashDescriptor(klass); in LookupByDescriptor() local
|
D | debug_print.cc | 65 uint32_t hash = ComputeModifiedUtf8Hash(class_descriptor); in DescribeLoaders() local
|
D | class_linker.cc | 2520 size_t hash = ComputeModifiedUtf8Hash(descriptor); in FinishCoreArrayClassSetup() local 2613 size_t hash, const std::vector<const DexFile*>& class_path) { in FindInClassPath() 2647 size_t hash, in FindClassInSharedLibraries() 2674 size_t hash, in FindClassInBaseDexClassLoader() 2775 size_t hash, in FindClassInBootClassLoaderClassPath() 2802 size_t hash, in FindClassInBaseDexClassLoaderClassPath() 2849 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass() local 3070 size_t hash, in DefineClass() 4208 size_t hash, in CreateArrayClass() 4355 size_t hash) { in InsertClass() [all …]
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 44 size_t hash, in LookupClass() 55 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 | 71 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/compiler/utils/ |
D | dedupe_set_test.cc | 33 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
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 150 uint32_t hash = ComputeUtf16HashFromModifiedUtf8(test_string, test_string_length); in TEST_F() local
|