Lines Matching defs:raw_hash
750 unsigned int raw_hash = 0;
751 raw_hash += ((unsigned int)(uintptr_t)name) >> (LogHeapWordSize + 2);
752 raw_hash += ((unsigned int)(uintptr_t)sig) >> LogHeapWordSize;
754 return (raw_hash + (unsigned int)(uintptr_t)name) % HASH_ROW_SIZE;
1384 unsigned int raw_hash = elem->start_bci;
1386 raw_hash = elem->length + raw_hash * 37;
1387 raw_hash = elem->name_cp_index + raw_hash * 37;
1388 raw_hash = elem->slot + raw_hash * 37;
1390 return raw_hash % HASH_ROW_SIZE;