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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp100 static intptr_t FastHashCode (Thread * Self, oop obj) ;
H A Dsynchronizer.cpp606 intptr_t ObjectSynchronizer::FastHashCode (Thread * Self, oop obj) { function in class:ObjectSynchronizer
711 // Deprecated -- use FastHashCode() instead.
714 return FastHashCode (Thread::current(), obj()) ;
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp519 return handle == NULL ? 0 : ObjectSynchronizer::FastHashCode (THREAD, JNIHandles::resolve_non_null(handle)) ;

Completed in 46 milliseconds