/art/compiler/optimizing/ |
D | intrinsics_arm.cc | 614 static void GenUnsafePut(LocationSummary* locations, in GenUnsafePut() function 665 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, false, codegen_); in VisitUnsafePut() 668 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, true, codegen_); in VisitUnsafePutOrdered() 671 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, true, false, codegen_); in VisitUnsafePutVolatile() 674 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, false, codegen_); in VisitUnsafePutObject() 677 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, true, codegen_); in VisitUnsafePutObjectOrdered() 680 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, true, false, codegen_); in VisitUnsafePutObjectVolatile() 683 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, false, codegen_); in VisitUnsafePutLong() 686 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, true, codegen_); in VisitUnsafePutLongOrdered() 689 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, true, false, codegen_); in VisitUnsafePutLongVolatile()
|
D | intrinsics_arm64.cc | 771 static void GenUnsafePut(LocationSummary* locations, in GenUnsafePut() function 805 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, false, codegen_); in VisitUnsafePut() 808 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, true, codegen_); in VisitUnsafePutOrdered() 811 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, true, false, codegen_); in VisitUnsafePutVolatile() 814 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, false, codegen_); in VisitUnsafePutObject() 817 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, true, codegen_); in VisitUnsafePutObjectOrdered() 820 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, true, false, codegen_); in VisitUnsafePutObjectVolatile() 823 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, false, codegen_); in VisitUnsafePutLong() 826 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, true, codegen_); in VisitUnsafePutLongOrdered() 829 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, true, false, codegen_); in VisitUnsafePutLongVolatile()
|
D | intrinsics_x86_64.cc | 1365 static void GenUnsafePut(LocationSummary* locations, Primitive::Type type, bool is_volatile, in GenUnsafePut() function 1391 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, codegen_); in VisitUnsafePut() 1394 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, codegen_); in VisitUnsafePutOrdered() 1397 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, true, codegen_); in VisitUnsafePutVolatile() 1400 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, codegen_); in VisitUnsafePutObject() 1403 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, codegen_); in VisitUnsafePutObjectOrdered() 1406 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, true, codegen_); in VisitUnsafePutObjectVolatile() 1409 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, codegen_); in VisitUnsafePutLong() 1412 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, codegen_); in VisitUnsafePutLongOrdered() 1415 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, true, codegen_); in VisitUnsafePutLongVolatile()
|
D | intrinsics_x86.cc | 1474 static void GenUnsafePut(LocationSummary* locations, in GenUnsafePut() function 1514 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, codegen_); in VisitUnsafePut() 1517 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, codegen_); in VisitUnsafePutOrdered() 1520 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, true, codegen_); in VisitUnsafePutVolatile() 1523 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, codegen_); in VisitUnsafePutObject() 1526 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, codegen_); in VisitUnsafePutObjectOrdered() 1529 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, true, codegen_); in VisitUnsafePutObjectVolatile() 1532 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, codegen_); in VisitUnsafePutLong() 1535 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, codegen_); in VisitUnsafePutLongOrdered() 1538 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, true, codegen_); in VisitUnsafePutLongVolatile()
|