Home
last modified time | relevance | path

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

/art/runtime/
Dutf.cc73 int32_t hash = 0; in ComputeUtf16Hash() local
81 int32_t hash = 0; in ComputeUtf16Hash() local
89 size_t hash = 0; in ComputeModifiedUtf8Hash() local
Dgc_map.h79 uint32_t hash = native_offset; in Hash() local
Dclass_linker.cc2021 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 …]
Delf_file.cc791 Elf32_Word hash = elfhash(symbol_name.c_str()); in FindDynamicSymbol() local
/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/runtime/base/
Dhash_set.h236 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/
Delf_writer_quick.cc394 std::vector<Elf32_Word> hash = dynsym_builder_.GenerateHashContents(); in Write() local
775 std::vector<Elf32_Word> hash; in GenerateHashContents() local
/art/compiler/driver/
Dcompiler_driver.h865 uint32_t hash = 0; in operator() local
908 size_t hash = 0x811c9dc5; in operator() local
/art/runtime/native/
Ddalvik_system_DexFile.cc182 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str())); in DexFile_defineClassNative() local