Home
last modified time | relevance | path

Searched refs:Inflate (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor.cc1029 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate() function in art::Monitor
1056 Inflate(self, self, obj.Get(), hash_code); in InflateThinLocked()
1075 Inflate(self, owner, obj.Get(), hash_code); in InflateThinLocked()
1211 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode()); in MonitorEnter()
1317 Inflate(self, self, h_obj.Get(), 0); in Wait()
Dmonitor.h204 static void Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code)