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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp560 static inline intptr_t get_next_hash(Thread * Self, oop obj) { function
650 hash = get_next_hash(Self, obj); // allocate a new hash code
694 hash = get_next_hash(Self, obj);

Completed in 34 milliseconds