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