Searched defs:Hash (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dgc_map.h68 size_t index = Hash(native_pc_offset) % num_entries;
78 static uint32_t Hash(uint32_t native_offset) { function in class:art::NativePcOffsetToReferenceMap
H A Dclass_linker.cc126 static size_t Hash(const char* s) { function in namespace:art
1424 mirror::Class* existing = InsertClass(descriptor, klass.get(), Hash(descriptor));
2025 mirror::Class* existing = InsertClass(descriptor, primitive_class, Hash(descriptor));
2152 mirror::Class* existing = InsertClass(descriptor, new_class.get(), Hash(descriptor));
2225 size_t hash = Hash(descriptor);
2242 size_t hash = Hash(descriptor);
2322 size_t hash = Hash(descriptor);
2385 size_t hash = Hash(descriptor);
2775 mirror::Class* existing = InsertClass(descriptor.c_str(), klass.get(), Hash(descriptor.c_str()));

Completed in 69 milliseconds