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

/art/runtime/
H A Dmonitor.cc653 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { function in class:art::Monitor
664 VLOG(monitor) << "monitor: Inflate with hashcode " << hash_code
680 Inflate(self, self, obj.Get(), hash_code);
699 Inflate(self, owner, obj.Get(), hash_code);
774 // Inflate with the existing hashcode.
775 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode());
854 Inflate(self, self, obj, 0);

Completed in 40 milliseconds