Lines Matching refs:kPrimNot
1256 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1267 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1302 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1946 case Primitive::kPrimNot: { in GenUnsafeGet()
1989 if (type == Primitive::kPrimNot && kEmitCompilerReadBarrier && kUseBakerReadBarrier) { in CreateIntIntIntToIntLocations()
2009 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot); in VisitUnsafeGetObject()
2012 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot); in VisitUnsafeGetObjectVolatile()
2029 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ false, codegen_); in VisitUnsafeGetObject()
2032 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ true, codegen_); in VisitUnsafeGetObjectVolatile()
2046 if (type == Primitive::kPrimNot) { in CreateIntIntIntIntToVoidPlusTempsLocations()
2063 CreateIntIntIntIntToVoidPlusTempsLocations(arena_, Primitive::kPrimNot, invoke); in VisitUnsafePutObject()
2066 CreateIntIntIntIntToVoidPlusTempsLocations(arena_, Primitive::kPrimNot, invoke); in VisitUnsafePutObjectOrdered()
2069 CreateIntIntIntIntToVoidPlusTempsLocations(arena_, Primitive::kPrimNot, invoke); in VisitUnsafePutObjectVolatile()
2092 } else if (kPoisonHeapReferences && type == Primitive::kPrimNot) { in GenUnsafePut()
2105 if (type == Primitive::kPrimNot) { in GenUnsafePut()
2125 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ false, codegen_); in VisitUnsafePutObject()
2128 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ false, codegen_); in VisitUnsafePutObjectOrdered()
2131 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ true, codegen_); in VisitUnsafePutObjectVolatile()
2156 if (type == Primitive::kPrimNot) { in CreateIntIntIntIntIntToInt()
2183 CreateIntIntIntIntIntToInt(arena_, Primitive::kPrimNot, invoke); in VisitUnsafeCASObject()
2198 if (type == Primitive::kPrimNot) { in GenCAS()
2293 GenCAS(Primitive::kPrimNot, invoke, codegen_); in VisitUnsafeCASObject()