Searched refs:Inflate (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | monitor.cc | 1013 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate() function in art::Monitor 1040 Inflate(self, self, obj.Get(), hash_code); in InflateThinLocked() 1059 Inflate(self, owner, obj.Get(), hash_code); in InflateThinLocked() 1178 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode()); in MonitorEnter() 1284 Inflate(self, self, h_obj.Get(), 0); in Wait()
|
D | monitor.h | 198 static void Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code)
|