Searched defs:has_bias_pattern (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.hpp181 bool has_bias_pattern() const { function in class:markOopDesc
185 assert(has_bias_pattern(), "should not call this otherwise");
191 return (has_bias_pattern() && (biased_locker() == NULL));
197 assert(has_bias_pattern(), "should not call this otherwise");
201 assert(has_bias_pattern(), "should not call this otherwise");
366 inline void* decode_pointer() { if (UseBiasedLocking && has_bias_pattern()) return NULL; return clear_lock_bits(); }
H A Doop.inline.hpp601 inline bool oopDesc::has_bias_pattern() const { function in class:oopDesc
602 return mark()->has_bias_pattern();

Completed in 35 milliseconds