Searched refs:CreateIntIntIntIntToVoidPlusTempsLocations (Results 1 – 2 of 2) sorted by relevance
| /art/compiler/optimizing/ |
| D | intrinsics_x86.cc | 1982 static void CreateIntIntIntIntToVoidPlusTempsLocations(ArenaAllocator* allocator, in CreateIntIntIntIntToVoidPlusTempsLocations() function 2043 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePut() 2051 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutOrderedInt() 2055 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutVolatile() 2059 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutRelease() 2063 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReference() 2067 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutOrderedObject() 2071 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReferenceVolatile() 2075 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReferenceRelease() 2079 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutLong() [all …]
|
| D | intrinsics_x86_64.cc | 2096 static void CreateIntIntIntIntToVoidPlusTempsLocations(ArenaAllocator* allocator, in CreateIntIntIntIntToVoidPlusTempsLocations() function 2147 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePut() 2153 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutOrderedInt() 2156 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutVolatile() 2159 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutRelease() 2162 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReference() 2165 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutOrderedObject() 2168 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReferenceVolatile() 2171 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReferenceRelease() 2174 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt64, invoke); in VisitJdkUnsafePutLong() [all …]
|