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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp483 debug_only(uint check_hash = (VerifyHashTableKeys && _hash_lock) ? hash() : NO_HASH);
490 assert(check_hash == NO_HASH || check_hash == hash(), "edge swap must preserve hash code");
873 // If the hash function returns the special sentinel value NO_HASH,
875 // If we accidentally generate a hash with value NO_HASH the node
877 enum { NO_HASH = 0 }; enumerator in enum:Node::__anon351
1560 debug_only(uint check_hash = (VerifyHashTableKeys && _hash_lock) ? hash() : NO_HASH);
1563 assert(check_hash == NO_HASH || check_hash == hash(), "type change must preserve hash code");

Completed in 38 milliseconds