Lines Matching refs:kReference

88     int32_t element_size = DataType::Size(DataType::Type::kReference);  in EmitNativeCode()
776 DCHECK_EQ(type, DataType::Type::kReference); in GenSystemArrayCopyAddresses()
1052 const DataType::Type type = DataType::Type::kReference; in VisitSystemArrayCopy()
1806 case DataType::Type::kReference: { in GenUnsafeGet()
1887 GenUnsafeGet(invoke, DataType::Type::kReference, /* is_volatile= */ false, codegen_); in VisitUnsafeGetObject()
1890 GenUnsafeGet(invoke, DataType::Type::kReference, /* is_volatile= */ true, codegen_); in VisitUnsafeGetObjectVolatile()
1903 if (type == DataType::Type::kReference) { in CreateIntIntIntIntToVoidPlusTempsLocations()
1920 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitUnsafePutObject()
1923 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitUnsafePutObjectOrdered()
1926 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitUnsafePutObjectVolatile()
1949 } else if (kPoisonHeapReferences && type == DataType::Type::kReference) { in GenUnsafePut()
1962 if (type == DataType::Type::kReference) { in GenUnsafePut()
1983 invoke->GetLocations(), DataType::Type::kReference, /* is_volatile= */ false, codegen_); in VisitUnsafePutObject()
1987 invoke->GetLocations(), DataType::Type::kReference, /* is_volatile= */ false, codegen_); in VisitUnsafePutObjectOrdered()
1991 invoke->GetLocations(), DataType::Type::kReference, /* is_volatile= */ true, codegen_); in VisitUnsafePutObjectVolatile()
2023 if (type == DataType::Type::kReference) { in CreateIntIntIntIntIntToInt()
2046 CreateIntIntIntIntIntToInt(allocator_, DataType::Type::kReference, invoke); in VisitUnsafeCASObject()
2062 if (type == DataType::Type::kReference) { in GenCAS()
2174 GenCAS(DataType::Type::kReference, invoke, codegen_); in VisitUnsafeCASObject()