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

/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.inline.hpp47 return (!is_unlocked() || !has_no_hash());
53 return (!is_unlocked() || !has_no_hash());
74 return (!is_unlocked() || !has_no_hash());
81 return (!is_unlocked() || !has_no_hash());
95 return (!is_unlocked() || !has_no_hash());
102 return (!is_unlocked() || !has_no_hash());
H A DmarkOop.cpp46 assert(is_unlocked() || has_bias_pattern(), "just checking");
H A DmarkOop.hpp217 bool is_unlocked() const { function in class:markOopDesc
H A Doop.inline.hpp597 inline bool oopDesc::is_unlocked() const { function in class:oopDesc
598 return mark()->is_unlocked();
651 return mark()->is_unlocked();
742 if (mrk->is_unlocked() && !mrk->has_no_hash()) {
H A Doop.hpp309 bool is_unlocked() const;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp79 if (lock == NULL || object()->is_unlocked()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.cpp70 bool Flag::is_unlocked() const { function in class:Flag
289 if (!(current->is_unlocked() || current->is_unlocker())) {
572 if (array[i]->is_unlocked()) {
H A DvframeArray.cpp84 assert(monitor->owner() == NULL || (!monitor->owner()->is_unlocked() && !monitor->owner()->has_bias_pattern()), "object must be null or locked, and unbiased");
H A Dglobals.hpp252 bool is_unlocked() const;
H A DsharedRuntime.cpp2867 if (lock->displaced_header()->is_unlocked())
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp128 assert(oop(q)->mark()->is_marked() || oop(q)->mark()->is_unlocked() ||
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp979 if (flag->is_unlocked() || flag->is_unlocker()) {
1621 if (flag->is_unlocked() || flag->is_unlocker()) {
1759 if ((flag->is_unlocked() || flag->is_unlocker()) &&
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp559 oop(q)->mark()->is_marked() || oop(q)->mark()->is_unlocked() || \
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp607 if (elem == NULL || h_obj()->is_unlocked()) {

Completed in 77 milliseconds