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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp62 static void slow_exit (oop obj, BasicLock* lock, Thread* THREAD);
H A Dsynchronizer.cpp268 void ObjectSynchronizer::slow_exit(oop object, BasicLock* lock, TRAPS) { function in class:ObjectSynchronizer
1285 // and control will eventually pass from slow_exit() to inflate. The owner
H A DsharedRuntime.cpp1855 // While the slow_exit must not throw an exception, we could come into
1871 ObjectSynchronizer::slow_exit(obj, lock, THREAD);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp82 ObjectSynchronizer::slow_exit(object(), lock->lock(), thread);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp610 ObjectSynchronizer::slow_exit(h_obj(), elem->lock(), thread);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp681 ObjectSynchronizer::slow_exit(obj, lock->lock(), THREAD);

Completed in 301 milliseconds