Searched defs:hash (Results 1 – 10 of 10) sorted by relevance
/art/runtime/ |
D | utf.cc | 73 int32_t hash = 0; in ComputeUtf16Hash() local 81 int32_t hash = 0; in ComputeUtf16Hash() local 89 size_t hash = 0; in ComputeModifiedUtf8Hash() local
|
D | gc_map.h | 79 uint32_t hash = native_offset; in Hash() local
|
D | class_linker.cc | 2021 size_t hash, const std::vector<const DexFile*>& class_path) { in FindInClassPath() 2033 size_t hash, in FindClassInPathClassLoader() 2127 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass() local 2218 mirror::Class* ClassLinker::DefineClass(Thread* self, const char* descriptor, size_t hash, in DefineClass() 3093 mirror::Class* ClassLinker::CreateArrayClass(Thread* self, const char* descriptor, size_t hash, in CreateArrayClass() 3264 size_t hash) { in InsertClass() 3297 size_t hash) { in UpdateClass() 3348 mirror::Class* ClassLinker::LookupClass(const char* descriptor, size_t hash, in LookupClass() 3379 size_t hash) { in LookupClassFromTableLocked() 3417 size_t hash = ComputeModifiedUtf8Hash(descriptor); in MoveImageClassesToClassTable() local [all …]
|
D | elf_file.cc | 791 Elf32_Word hash = elfhash(symbol_name.c_str()); in FindDynamicSymbol() local
|
/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/runtime/base/ |
D | hash_set.h | 236 Iterator FindWithHash(const K& element, size_t hash) { in FindWithHash() 254 void InsertWithHash(const T& element, size_t hash) { in InsertWithHash() 322 size_t IndexForHash(size_t hash) const { in IndexForHash()
|
/art/compiler/ |
D | elf_writer_quick.cc | 394 std::vector<Elf32_Word> hash = dynsym_builder_.GenerateHashContents(); in Write() local 775 std::vector<Elf32_Word> hash; in GenerateHashContents() local
|
/art/compiler/driver/ |
D | compiler_driver.h | 865 uint32_t hash = 0; in operator() local 908 size_t hash = 0x811c9dc5; in operator() local
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 182 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str())); in DexFile_defineClassNative() local
|