Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject.cc185 ObjPtr<Object> current_this = this; // The this pointer may get invalidated by thread suspension. in IdentityHashCode() local
187 LockWord lw = current_this->GetLockWord(false); in IdentityHashCode()
196 if (current_this->CasLockWord(lw, hash_word, CASMode::kStrong, std::memory_order_relaxed)) { in IdentityHashCode()
206 Handle<mirror::Object> h_this(hs.NewHandle(current_this)); in IdentityHashCode()
209 current_this = h_this.Get(); in IdentityHashCode()