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

/art/runtime/
H A Dmonitor.cc802 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { function in class:art::Monitor
813 VLOG(monitor) << "monitor: Inflate with hashcode " << hash_code
829 Inflate(self, self, obj.Get(), hash_code);
846 Inflate(self, owner, obj.Get(), hash_code);
941 // Inflate with the existing hashcode.
942 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode());
1032 Inflate(self, self, obj, 0);
H A Dmonitor.h132 // Inflate the lock on obj. May fail to inflate for spurious reasons, always re-check.
180 static void Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)

Completed in 20 milliseconds