Searched refs:Hash (Results 1 – 3 of 3) sorted by relevance
68 size_t index = Hash(native_pc_offset) % num_entries; in FindBitMap()78 static uint32_t Hash(uint32_t native_offset) { in Hash() function
126 static size_t Hash(const char* s) { in Hash() function1424 mirror::Class* existing = InsertClass(descriptor, klass.get(), Hash(descriptor)); in DefineClass()2025 mirror::Class* existing = InsertClass(descriptor, primitive_class, Hash(descriptor)); in InitializePrimitiveClass()2152 mirror::Class* existing = InsertClass(descriptor, new_class.get(), Hash(descriptor)); in CreateArrayClass()2225 size_t hash = Hash(descriptor); in RemoveClass()2242 size_t hash = Hash(descriptor); in LookupClass()2322 size_t hash = Hash(descriptor); in MoveImageClassesToClassTable()2385 size_t hash = Hash(descriptor); in LookupClasses()2775 mirror::Class* existing = InsertClass(descriptor.c_str(), klass.get(), Hash(descriptor.c_str())); in CreateProxyClass()
590 return NativePcOffsetToReferenceMap::Hash(native_offset) % entries_; in TableIndex()