Searched refs:hash_symbol (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp175 unsigned int SymbolTable::hash_symbol(const char* s, int len) { function in class:SymbolTable
190 unsigned int hashValue = hash_symbol(name, len);
215 hashValue = hash_symbol(name, len);
246 hash = hash_symbol(name, len);
257 unsigned int hash = hash_symbol((char*)sym->bytes(), sym->utf8_length());
359 hashValue = hash_symbol((const char*)name, len);
408 hashValue = hash_symbol(names[i], lengths[i]);
442 unsigned int h = hash_symbol((char*)s->bytes(), s->utf8_length());
H A DsymbolTable.hpp156 static unsigned int hash_symbol(const char* s, int len);

Completed in 33 milliseconds