Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject.cc190 ObjPtr<Object> current_this = this; // The this pointer may get invalidated by thread suspension. in IdentityHashCodeHelper() local
192 LockWord lw = current_this->GetLockWord(false); in IdentityHashCodeHelper()
201 if (current_this->CasLockWord(lw, hash_word, CASMode::kStrong, std::memory_order_relaxed)) { in IdentityHashCodeHelper()
214 Handle<mirror::Object> h_this(hs.NewHandle(current_this)); in IdentityHashCodeHelper()
217 current_this = h_this.Get(); in IdentityHashCodeHelper()