Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject.cc188 ObjPtr<Object> current_this = this; // The this pointer may get invalidated by thread suspension. in IdentityHashCode() local
190 LockWord lw = current_this->GetLockWord(false); in IdentityHashCode()
197 if (current_this->CasLockWordWeakRelaxed(lw, hash_word)) { in IdentityHashCode()
207 Handle<mirror::Object> h_this(hs.NewHandle(current_this)); in IdentityHashCode()
210 current_this = h_this.Get(); in IdentityHashCode()