Home
last modified time | relevance | path

Searched refs:CreateIntIntIntIntToVoidPlusTempsLocations (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86.cc1982 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 …]
Dintrinsics_x86_64.cc2096 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 …]