Searched refs:current_this (Results 1 – 1 of 1) sorted by relevance
187 ObjPtr<Object> current_this = this; // The this pointer may get invalidated by thread suspension. in IdentityHashCode() local189 LockWord lw = current_this->GetLockWord(false); in IdentityHashCode()196 if (current_this->CasLockWordWeakRelaxed(lw, hash_word)) { in IdentityHashCode()206 Handle<mirror::Object> h_this(hs.NewHandle(current_this)); in IdentityHashCode()209 current_this = h_this.Get(); in IdentityHashCode()