Home | History | Annotate | Download | only in runtime

Lines Matching refs:Inflate

581 void Monitor::Inflate(Thread* self, mirror::Object* obj) {
619 * The reacquisition limit has been reached. Inflate
623 Inflate(self, obj);
652 // The acquire succeed. Break out of the loop and proceed to inflate the lock.
684 Inflate(self, obj);
777 Inflate(self, obj);
795 // We inflate here in case the Notify is in a tight loop. Without inflation here the waiter
797 Inflate(self, obj);
816 // We inflate here in case the NotifyAll is in a tight loop. Without inflation here the waiter
818 Inflate(self, obj);