Lines Matching refs:kPrimNot
70 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) { in MoveFromReturnRegister()
1500 (type == Primitive::kPrimNot)) << type; in GenUnsafeGet()
1580 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ false, IsR6(), codegen_); in VisitUnsafeGetObject()
1589 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ true, IsR6(), codegen_); in VisitUnsafeGetObjectVolatile()
1610 (type == Primitive::kPrimNot)) << type; in GenUnsafePut()
1623 if ((type == Primitive::kPrimInt) || (type == Primitive::kPrimNot)) { in GenUnsafePut()
1651 if (type == Primitive::kPrimNot) { in GenUnsafePut()
1705 Primitive::kPrimNot, in VisitUnsafePutObject()
1719 Primitive::kPrimNot, in VisitUnsafePutObjectOrdered()
1733 Primitive::kPrimNot, in VisitUnsafePutObjectVolatile()
1808 if (type == Primitive::kPrimNot) { in GenCas()
1822 if ((type == Primitive::kPrimInt) || (type == Primitive::kPrimNot)) { in GenCas()
1844 if ((type == Primitive::kPrimInt) || (type == Primitive::kPrimNot)) { in GenCas()
1872 GenCas(invoke->GetLocations(), Primitive::kPrimNot, codegen_); in VisitUnsafeCASObject()