Searched refs:witness_value (Results 1 – 2 of 2) sorted by relevance
717 ObjPtr<Object> witness_value(PtrCompression<kPoisonHeapReferences, Object>::Decompress(old_ref)); in CompareAndExchangeFieldObject()720 ReadBarrier::AssertToSpaceInvariant(witness_value.Ptr()); in CompareAndExchangeFieldObject()725 this, field_offset, witness_value, /*is_volatile=*/ true); in CompareAndExchangeFieldObject()729 VerifyRead<kVerifyFlags>(witness_value); in CompareAndExchangeFieldObject()730 return witness_value; in CompareAndExchangeFieldObject()
985 ObjPtr<Object> witness_value; in Dispatch() local987 witness_value = obj->CompareAndExchangeFieldObject<kTransactionActive>(field_offset, in Dispatch()991 witness_value = obj->CompareAndExchangeFieldObject<kTransactionInactive>(field_offset, in Dispatch()995 StoreResult(witness_value, result); in Dispatch()