Home
last modified time | relevance | path

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

/art/runtime/
Dutf.cc111 uint32_t hash = 0; in ComputeUtf16Hash() local
119 size_t hash = 0; in ComputeModifiedUtf8Hash() local
Dgc_map.h79 uint32_t hash = native_offset; in Hash() local
Dclass_linker.cc1589 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 …]
Delf_file.cc833 Elf_Word hash = elfhash(symbol_name.c_str()); in FindDynamicSymbol() local
/art/runtime/base/
Dhash_set.h312 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/
DMain.java33 int hash = o.hashCode(); in main() local
/art/compiler/utils/
Ddedupe_set_test.cc30 size_t hash = 0; in operator ()() local
/art/compiler/driver/
Dcompiler_driver.h707 uint32_t hash = 0; in operator() local
751 size_t hash = 0x811c9dc5; in operator() local
/art/compiler/dwarf/
Ddebug_info_entry_writer.h35 uint32_t hash = 2166136261u; in operator() local
/art/runtime/native/
Ddalvik_system_DexFile.cc233 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str())); in DexFile_defineClassNative() local
/art/compiler/
Delf_builder.h424 std::vector<Elf_Word> hash; in Write() local
/art/runtime/gc/
Dheap.cc3741 uint64_t hash = 0; in CheckGcStressMode() local