Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc791 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()
Dmonitor.h180 static void Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)