Lines Matching refs:GetRawLockWordAddress
128 uint32_t thin = *obj->GetRawLockWordAddress(); in Monitor()
133 android_atomic_release_store(thin, obj->GetRawLockWordAddress()); in Monitor()
142 DCHECK_EQ(LW_SHAPE(*obj_->GetRawLockWordAddress()), LW_SHAPE_FAT); in ~Monitor()
584 DCHECK_EQ(LW_SHAPE(*obj->GetRawLockWordAddress()), LW_SHAPE_THIN); in Inflate()
585 …DCHECK_EQ(LW_LOCK_OWNER(*obj->GetRawLockWordAddress()), static_cast<int32_t>(self->GetThinLockId()… in Inflate()
595 volatile int32_t* thinp = obj->GetRawLockWordAddress(); in MonitorEnter()
698 volatile int32_t* thinp = obj->GetRawLockWordAddress(); in MonitorExit()
761 volatile int32_t* thinp = obj->GetRawLockWordAddress(); in Wait()
784 uint32_t thin = *obj->GetRawLockWordAddress(); in Notify()
805 uint32_t thin = *obj->GetRawLockWordAddress(); in NotifyAll()
1038 uint32_t lock_word = *o->GetRawLockWordAddress(); in MonitorInfo()