Searched refs:Deflate (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dmonitor.h139 static bool Deflate(Thread* self, mirror::Object* obj)
H A Dmonitor.cc753 bool Monitor::Deflate(Thread* self, mirror::Object* obj) { function in class:art::Monitor
776 // Deflate to a thin lock.
1366 if (Monitor::Deflate(self_, object)) {
/art/compiler/
H A Dimage_writer.cc1278 Monitor::Deflate(Thread::Current(), obj);
1419 // Deflate monitors before we visit roots since deflating acquires the monitor lock. Acquiring

Completed in 3763 milliseconds