Lines Matching refs:expected_value
1967 Location expected_value, in GenPrimitiveLockedCmpxchg() argument
1976 DCHECK_EQ(expected_value.AsRegister<Register>(), EAX); in GenPrimitiveLockedCmpxchg()
1998 codegen->Move32(Location::RegisterLocation(EAX), expected_value); in GenPrimitiveLockedCmpxchg()
2006 DCHECK_EQ(expected_value.AsRegisterPairLow<Register>(), EAX); in GenPrimitiveLockedCmpxchg()
2007 DCHECK_EQ(expected_value.AsRegisterPairHigh<Register>(), EDX); in GenPrimitiveLockedCmpxchg()
2021 Location expected_value, in GenPrimitiveCAS() argument
2035 GenPrimitiveLockedCmpxchg(type, codegen, expected_value, new_value, base, offset, temp); in GenPrimitiveCAS()
2068 Location expected_value, in GenReferenceCAS() argument
2083 Register expected = expected_value.AsRegister<Register>(); in GenReferenceCAS()
2166 Location expected_value = locations->InAt(3); in GenCAS() local
2178 GenReferenceCAS(invoke, codegen, expected_value, new_value, base, offset, temp, temp2); in GenCAS()
2181 GenPrimitiveCAS(type, codegen, expected_value, new_value, base, offset, out); in GenCAS()
4138 Location expected_value = locations->InAt(expected_value_index); in GenerateVarHandleCompareAndSetOrExchange() local
4171 invoke, codegen, expected_value, new_value, reference, offset, temp, temp2, is_cmpxchg); in GenerateVarHandleCompareAndSetOrExchange()
4175 type, codegen, expected_value, new_value, reference, offset, out, temp, is_cmpxchg); in GenerateVarHandleCompareAndSetOrExchange()