Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.cc29 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()
Dtype_lookup_table.h44 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()
Dutf.cc174 uint32_t hash = 0; in ComputeUtf16Hash() local
182 uint32_t hash = 0; in ComputeUtf16HashFromModifiedUtf8() local
199 uint32_t hash = 0; in ComputeModifiedUtf8Hash() local
Dclass_table.cc56 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()
Dtype_lookup_table_test.cc49 size_t hash = ComputeModifiedUtf8Hash(descriptor); in TEST_P() local
Dintern_table.h145 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) in Utf8String()
Dclass_linker.cc2212 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 …]
Delf_file.cc773 Elf_Word hash = elfhash(symbol_name.c_str()); in FindDynamicSymbol() local
/art/test/004-SignalTest/src/
DMain.java32 int hash = o.hashCode(); in main() local
/art/runtime/base/
Dhash_set.h377 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()
Dstl_util.h165 uint32_t hash = 2166136261u; in operator() local
Dhash_set_test.cc292 size_t hash = 0; in HashIntSequence() local
/art/test/522-checker-regression-monitor-exit/src/
DMain.java71 int hash = obj.hashCode(); in main() local
/art/compiler/utils/
Ddedupe_set_test.cc33 size_t hash = 0; in operator ()() local
/art/compiler/driver/
Dcompiled_method_storage.cc94 uint32_t hash = 0; in operator ()() local
138 size_t hash = 0x811c9dc5; in operator ()() local
/art/runtime/native/
Ddalvik_system_DexFile.cc272 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str())); in DexFile_defineClassNative() local
/art/compiler/
Delf_builder.h676 std::vector<Elf_Word> hash; in PrepareDynamicSection() local
/art/runtime/gc/
Dheap.cc4083 uint64_t hash = 0; in CheckGcStressMode() local