Searched refs:CreateUnsafePutLocations (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics_arm_vixl.cc | 2986 static void CreateUnsafePutLocations(HInvoke* invoke, in CreateUnsafePutLocations() function 3049 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kInt32, /*atomic=*/ false); in VisitUnsafePut() 3061 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kInt32, /*atomic=*/ true); in VisitUnsafePutOrdered() 3073 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kInt32, /*atomic=*/ true); in VisitUnsafePutVolatile() 3084 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kReference, /*atomic=*/ false); in VisitUnsafePutObject() 3096 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kReference, /*atomic=*/ true); in VisitUnsafePutObjectOrdered() 3108 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kReference, /*atomic=*/ true); in VisitUnsafePutObjectVolatile() 3120 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kInt64, /*atomic=*/ false); in VisitUnsafePutLong() 3132 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kInt64, /*atomic=*/ true); in VisitUnsafePutLongOrdered() 3144 CreateUnsafePutLocations(invoke, codegen_, DataType::Type::kInt64, /*atomic=*/ true); in VisitUnsafePutLongVolatile()
|