Searched refs:CreateIntIntToIntSlowPathCallLocations (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_riscv64.cc | 295 static void CreateIntIntToIntSlowPathCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntToIntSlowPathCallLocations() function 635 CreateIntIntToIntSlowPathCallLocations(allocator_, invoke); in VisitIntegerDivideUnsigned() 643 CreateIntIntToIntSlowPathCallLocations(allocator_, invoke); in VisitLongDivideUnsigned() 651 CreateIntIntToIntSlowPathCallLocations(allocator_, invoke); in VisitIntegerRemainderUnsigned() 659 CreateIntIntToIntSlowPathCallLocations(allocator_, invoke); in VisitLongRemainderUnsigned()
|
H A D | intrinsics_arm64.cc | 282 static void CreateIntIntToIntSlowPathCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntToIntSlowPathCallLocations() function 4444 CreateIntIntToIntSlowPathCallLocations(allocator_, invoke); in VisitIntegerDivideUnsigned() 4452 CreateIntIntToIntSlowPathCallLocations(allocator_, invoke); in VisitLongDivideUnsigned()
|
H A D | intrinsics_arm_vixl.cc | 234 static void CreateIntIntToIntSlowPathCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntIntToIntSlowPathCallLocations() function 2543 CreateIntIntToIntSlowPathCallLocations(allocator_, invoke); in VisitIntegerDivideUnsigned()
|