Searched refs:Inflate (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | monitor.cc | 653 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate() function in art::Monitor 680 Inflate(self, self, obj.Get(), hash_code); in InflateThinLocked() 699 Inflate(self, owner, obj.Get(), hash_code); in InflateThinLocked() 775 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode()); in MonitorEnter() 854 Inflate(self, self, obj, 0); in Wait()
|
D | monitor.h | 151 static void Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
|