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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp51 // used by ObjectLocker etc. The interpreter and compiler use
139 // ObjectLocker enforced balanced locking and can never thrown an
146 class ObjectLocker : public StackObj { class in inherits:StackObj
153 ObjectLocker(Handle obj, Thread* thread, bool doLock = true);
154 ~ObjectLocker();
H A Dsynchronizer.cpp356 ObjectLocker::ObjectLocker(Handle obj, Thread* thread, bool doLock) { function in class:ObjectLocker
363 TEVENT (ObjectLocker) ;
369 ObjectLocker::~ObjectLocker() {
H A Dthread.cpp1684 ObjectLocker lock(threadObj, thread);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp73 { ObjectLocker ol(this_oop, THREAD);
118 ObjectLocker ol (this_oop, THREAD);
186 ObjectLocker ol (this_oop, THREAD);
623 ObjectLocker ol(this_oop, THREAD);
687 ObjectLocker ol(this_oop, THREAD);
H A DcpCacheOop.cpp296 ObjectLocker ol(cpool, THREAD);
H A DinstanceKlass.cpp208 ObjectLocker ol(this_oop, THREAD);
350 ObjectLocker ol(this_oop, THREAD);
449 { ObjectLocker ol(this_oop, THREAD);
567 ObjectLocker ol(this_oop, THREAD);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp275 ObjectLocker ol(constants, current_thread); // lock constant pool while we query it
485 ObjectLocker ol(loader_lock, thread);
531 ObjectLocker ol(loader, THREAD);
2435 ObjectLocker ol(constants, thread); // lock constant pool while we query it
H A Dunsafe.cpp337 ObjectLocker ol(p, THREAD);
353 ObjectLocker ol(p, THREAD);
465 ObjectLocker ol(p, THREAD);
1189 ObjectLocker ol(p, THREAD);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp624 ObjectLocker ol(lockObject, THREAD, DoObjectLock);
735 // need a check analogous to the acquire ObjectLocker/find_class
1036 ObjectLocker ol(lockObject, THREAD, DoObjectLock);
1218 ObjectLocker ol(lockObject, THREAD, true);
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp509 ObjectLocker ol(cpool, THREAD);

Completed in 91 milliseconds