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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp206 unsigned int ignore_hash; local
207 return lookup_only(name, len, ignore_hash);
210 unsigned int ignore_hash; local
211 return lookup_only_unicode(name, len, ignore_hash);

Completed in 30 milliseconds