Searched refs:current_this (Results 1 – 1 of 1) sorted by relevance
185 ObjPtr<Object> current_this = this; // The this pointer may get invalidated by thread suspension. in IdentityHashCode() local187 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()