| /art/runtime/ |
| D | type_lookup_table.cc | 29 static uint16_t MakeData(uint16_t class_def_idx, uint32_t hash, uint32_t mask) { in MakeData() 87 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in TypeLookupTable() local 101 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in TypeLookupTable() local 115 bool TypeLookupTable::SetOnInitialPos(const Entry& entry, uint32_t hash) { in SetOnInitialPos() 125 void TypeLookupTable::Insert(const Entry& entry, uint32_t hash) { in Insert()
|
| D | type_lookup_table.h | 44 ALWAYS_INLINE uint32_t Lookup(const char* str, uint32_t hash) const { in Lookup() 134 bool CmpHashBits(uint32_t data, uint32_t hash) const { in CmpHashBits()
|
| D | utf.cc | 174 uint32_t hash = 0; in ComputeUtf16Hash() local 182 uint32_t hash = 0; in ComputeUtf16HashFromModifiedUtf8() local 199 uint32_t hash = 0; in ComputeModifiedUtf8Hash() local
|
| D | class_table.cc | 56 mirror::Class* ClassTable::UpdateClass(const char* descriptor, mirror::Class* klass, size_t hash) { in UpdateClass() 94 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) { in Lookup() 110 void ClassTable::InsertWithHash(mirror::Class* klass, size_t hash) { in InsertWithHash()
|
| D | type_lookup_table_test.cc | 49 size_t hash = ComputeModifiedUtf8Hash(descriptor); in TEST_P() local
|
| D | intern_table.h | 145 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) in Utf8String()
|
| D | class_linker.cc | 2212 size_t hash, const std::vector<const DexFile*>& class_path) { in FindInClassPath() 2225 size_t hash, in FindClassInPathClassLoader() 2354 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass() local 2439 size_t hash, in DefineClass() 3368 mirror::Class* ClassLinker::CreateArrayClass(Thread* self, const char* descriptor, size_t hash, in CreateArrayClass() 3539 mirror::Class* ClassLinker::InsertClass(const char* descriptor, mirror::Class* klass, size_t hash) { in InsertClass() 3597 size_t hash, in LookupClass() 3668 size_t hash = ComputeModifiedUtf8Hash(descriptor); in AddImageClassesToClassTable() local 3731 LookupClassesVisitor(const char* descriptor, size_t hash, std::vector<mirror::Class*>* result) in LookupClassesVisitor() 3758 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in LookupClasses() local [all …]
|
| D | elf_file.cc | 773 Elf_Word hash = elfhash(symbol_name.c_str()); in FindDynamicSymbol() local
|
| /art/test/004-SignalTest/src/ |
| D | Main.java | 32 int hash = o.hashCode(); in main() local
|
| /art/runtime/base/ |
| D | hash_set.h | 377 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash() 382 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash() 391 void InsertWithHash(const T& element, size_t hash) { in InsertWithHash() 533 size_t IndexForHash(size_t hash) const { in IndexForHash() 552 size_t FindIndex(const K& element, size_t hash) const { in FindIndex()
|
| D | stl_util.h | 165 uint32_t hash = 2166136261u; in operator() local
|
| D | hash_set_test.cc | 292 size_t hash = 0; in HashIntSequence() local
|
| /art/test/522-checker-regression-monitor-exit/src/ |
| D | Main.java | 71 int hash = obj.hashCode(); in main() local
|
| /art/compiler/utils/ |
| D | dedupe_set_test.cc | 33 size_t hash = 0; in operator ()() local
|
| /art/compiler/driver/ |
| D | compiled_method_storage.cc | 94 uint32_t hash = 0; in operator ()() local 138 size_t hash = 0x811c9dc5; in operator ()() local
|
| /art/runtime/native/ |
| D | dalvik_system_DexFile.cc | 272 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str())); in DexFile_defineClassNative() local
|
| /art/compiler/ |
| D | elf_builder.h | 676 std::vector<Elf_Word> hash; in PrepareDynamicSection() local
|
| /art/runtime/gc/ |
| D | heap.cc | 4083 uint64_t hash = 0; in CheckGcStressMode() local
|