Home | History | Annotate | Download | only in runtime

Lines Matching refs:Deflate

611 bool Monitor::Deflate(Thread* self, mirror::Object* obj) {
613 // Don't need volatile since we only deflate with mutators suspended.
615 // If the lock isn't an inflated monitor, then we don't need to deflate anything.
620 // Can't deflate if we have anybody waiting on the CV.
626 // Can't deflate if we are locked and have a hash code.
630 // Can't deflate if our lock count is too high.
634 // Deflate to a thin lock.
1177 if (Monitor::Deflate(args->self, object)) {