Searched refs:CreateIntIntIntIntToVoidPlusTempsLocations (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_x86.cc | 1982 static void CreateIntIntIntIntToVoidPlusTempsLocations(ArenaAllocator* allocator, in CreateIntIntIntIntToVoidPlusTempsLocations() function 2043 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePut() 2051 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutOrdered() 2055 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutVolatile() 2059 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutRelease() 2063 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReference() 2067 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutObjectOrdered() 2071 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReferenceVolatile() 2075 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutReferenceRelease() 2079 CreateIntIntIntIntToVoidPlusTempsLocations( in VisitJdkUnsafePutLong() [all …]
|
H A D | intrinsics_x86_64.cc | 2078 static void CreateIntIntIntIntToVoidPlusTempsLocations(ArenaAllocator* allocator, in CreateIntIntIntIntToVoidPlusTempsLocations() function 2129 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePut() 2135 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutOrdered() 2138 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutVolatile() 2141 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt32, invoke); in VisitJdkUnsafePutRelease() 2144 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReference() 2147 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutObjectOrdered() 2150 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReferenceVolatile() 2153 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kReference, invoke); in VisitJdkUnsafePutReferenceRelease() 2156 CreateIntIntIntIntToVoidPlusTempsLocations(allocator_, DataType::Type::kInt64, invoke); in VisitJdkUnsafePutLong() [all …]
|