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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp177 static Condition revoke_and_rebias(Handle obj, bool attempt_rebias, TRAPS);
H A Dsynchronizer.cpp172 BiasedLocking::Condition cond = BiasedLocking::revoke_and_rebias(obj, attempt_rebias, THREAD);
287 BiasedLocking::revoke_and_rebias(obj, false, THREAD);
300 BiasedLocking::revoke_and_rebias(obj, false, THREAD);
315 BiasedLocking::revoke_and_rebias(obj, false, THREAD);
326 BiasedLocking::revoke_and_rebias(obj, false, THREAD);
340 BiasedLocking::revoke_and_rebias(h_obj, false, THREAD);
381 BiasedLocking::revoke_and_rebias(obj, false, THREAD);
400 BiasedLocking::revoke_and_rebias(obj, false, THREAD);
412 BiasedLocking::revoke_and_rebias(obj, false, THREAD);
426 BiasedLocking::revoke_and_rebias(ob
[all...]
H A DbiasedLocking.cpp527 BiasedLocking::Condition BiasedLocking::revoke_and_rebias(Handle obj, bool attempt_rebias, TRAPS) { function in class:BiasedLocking
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp966 BiasedLocking::revoke_and_rebias(hobj, false, calling_thread);

Completed in 40 milliseconds