Searched refs:CreateIntIntIntIntToVoidPlusTempsLocations (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 1881 static void CreateIntIntIntIntToVoidPlusTempsLocations(ArenaAllocator* allocator, in CreateIntIntIntIntToVoidPlusTempsLocations() function 1934 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePut() 1938 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutOrdered() 1942 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutVolatile() 1946 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutRelease() 1950 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReference() 1954 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutObjectOrdered() 1958 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReferenceVolatile() 1962 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReferenceRelease() 1966 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutLong() [all …]
|
D | intrinsics_x86_64.cc | 1980 static void CreateIntIntIntIntToVoidPlusTempsLocations(ArenaAllocator* allocator, in CreateIntIntIntIntToVoidPlusTempsLocations() function 2028 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePut() 2031 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutOrdered() 2034 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutVolatile() 2037 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutRelease() 2040 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReference() 2043 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutObjectOrdered() 2046 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReferenceVolatile() 2049 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReferenceRelease() 2052 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt64, invoke); in VisitJdkUnsafePutLong() [all …]
|