Searched defs:hash (Results 1 – 12 of 12) sorted by relevance
| /art/runtime/ |
| D | utf.cc | 111 uint32_t hash = 0; in ComputeUtf16Hash() local 119 size_t hash = 0; in ComputeModifiedUtf8Hash() local
|
| D | gc_map.h | 79 uint32_t hash = native_offset; in Hash() local
|
| D | class_linker.cc | 1589 size_t hash, const std::vector<const DexFile*>& class_path) { in FindInClassPath() 1609 size_t hash, in FindClassInPathClassLoader() 1729 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass() local 1808 mirror::Class* ClassLinker::DefineClass(Thread* self, const char* descriptor, size_t hash, in DefineClass() 2592 mirror::Class* ClassLinker::CreateArrayClass(Thread* self, const char* descriptor, size_t hash, in CreateArrayClass() 2761 size_t hash) { in InsertClass() 2806 size_t hash) { in UpdateClass() 2853 mirror::Class* ClassLinker::LookupClass(Thread* self, const char* descriptor, size_t hash, in LookupClass() 2884 size_t hash) { in LookupClassFromTableLocked() 2921 size_t hash = ComputeModifiedUtf8Hash(descriptor); in MoveImageClassesToClassTable() local [all …]
|
| D | elf_file.cc | 833 Elf_Word hash = elfhash(symbol_name.c_str()); in FindDynamicSymbol() local
|
| /art/runtime/base/ |
| D | hash_set.h | 312 Iterator FindWithHash(const K& element, size_t hash) { in FindWithHash() 317 ConstIterator FindWithHash(const K& element, size_t hash) const { in FindWithHash() 326 void InsertWithHash(const T& element, size_t hash) { in InsertWithHash() 401 size_t IndexForHash(size_t hash) const { in IndexForHash() 416 size_t FindIndex(const K& element, size_t hash) const { in FindIndex()
|
| /art/test/004-SignalTest/src/ |
| D | Main.java | 33 int hash = o.hashCode(); in main() local
|
| /art/compiler/utils/ |
| D | dedupe_set_test.cc | 30 size_t hash = 0; in operator ()() local
|
| /art/compiler/driver/ |
| D | compiler_driver.h | 707 uint32_t hash = 0; in operator() local 751 size_t hash = 0x811c9dc5; in operator() local
|
| /art/compiler/dwarf/ |
| D | debug_info_entry_writer.h | 35 uint32_t hash = 2166136261u; in operator() local
|
| /art/runtime/native/ |
| D | dalvik_system_DexFile.cc | 233 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str())); in DexFile_defineClassNative() local
|
| /art/compiler/ |
| D | elf_builder.h | 424 std::vector<Elf_Word> hash; in Write() local
|
| /art/runtime/gc/ |
| D | heap.cc | 3741 uint64_t hash = 0; in CheckGcStressMode() local
|