Home
last modified time | relevance | path

Searched refs:AddSlowPath (Results 1 – 13 of 13) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h341 void AddSlowPath(SlowPathCode* slow_path) { in AddSlowPath() function
854 codegen_->AddSlowPath(slow_path); in NewSlowPath()
Dcode_generator_arm64.cc2207 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
3040 codegen_->AddSlowPath(slow_path); in VisitArraySet()
3155 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3173 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
3526 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
4081 codegen_->AddSlowPath(slow_path); in VisitInstanceOf()
4113 codegen_->AddSlowPath(slow_path); in VisitInstanceOf()
4201 codegen_->AddSlowPath(type_check_slow_path); in VisitCheckCast()
4989 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
5113 codegen_->AddSlowPath(slow_path); in VisitLoadString()
[all …]
Dintrinsics_arm64.cc1295 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1674 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
1683 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
1758 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1804 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
2251 codegen_->AddSlowPath(slow_path); in VisitSystemArrayCopyChar()
2429 codegen_->AddSlowPath(intrinsic_slow_path); in VisitSystemArrayCopy()
2806 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()
Dintrinsics_x86_64.cc1050 codegen_->AddSlowPath(slow_path); in VisitSystemArrayCopyChar()
1192 codegen_->AddSlowPath(intrinsic_slow_path); in VisitSystemArrayCopy()
1466 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()
1528 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1702 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1710 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1849 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1895 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
Dcode_generator_x86_64.cc3701 codegen_->AddSlowPath(slow_path); in GenerateDivRemIntegral()
3869 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
4650 AddSlowPath(slow_path); in GenerateExplicitNullCheck()
4910 codegen_->AddSlowPath(slow_path); in VisitArraySet()
5096 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
5108 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
5140 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
5204 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
5589 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
5615 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
[all …]
Dintrinsics_mips64.cc1640 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1786 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1795 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1874 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1923 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
2181 codegen_->AddSlowPath(slow_path); in VisitSystemArrayCopyChar()
Dcode_generator_mips64.cc1814 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
2498 codegen_->AddSlowPath(slow_path); in VisitArraySet()
2655 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
2746 codegen_->AddSlowPath(slow_path); in VisitCheckCast()
2913 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
3381 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
4420 codegen_->AddSlowPath(slow_path); in GenerateGcRootFieldLoad()
4588 AddSlowPath(slow_path); in GenerateReferenceLoadWithBakerReadBarrier()
4624 AddSlowPath(slow_path); in GenerateReadBarrierSlow()
4659 AddSlowPath(slow_path); in GenerateReadBarrierForRootSlow()
[all …]
Dcode_generator_x86.cc3618 codegen_->AddSlowPath(slow_path); in GenerateDivRemIntegral()
3852 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
5175 AddSlowPath(slow_path); in GenerateExplicitNullCheck()
5452 codegen_->AddSlowPath(slow_path); in VisitArraySet()
5650 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
5662 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
5694 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
5738 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
6176 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
6204 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
[all …]
Dintrinsics_x86.cc1273 codegen_->AddSlowPath(slow_path); in VisitSystemArrayCopyChar()
1357 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1537 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1545 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1692 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1738 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
2925 codegen_->AddSlowPath(intrinsic_slow_path); in VisitSystemArrayCopy()
3239 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()
Dcode_generator_arm_vixl.cc4890 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
6121 AddSlowPath(slow_path); in GenerateExplicitNullCheck()
6640 codegen_->AddSlowPath(slow_path); in VisitArraySet()
6901 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
6913 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
6919 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
6977 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
7399 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
7427 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
7528 codegen_->AddSlowPath(slow_path); in VisitLoadString()
[all …]
Dintrinsics_arm_vixl.cc1501 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1856 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
1866 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
1940 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1984 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
2119 codegen_->AddSlowPath(intrinsic_slow_path); in VisitSystemArrayCopy()
2425 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()
Dintrinsics_mips.cc2064 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
2214 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
2231 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
2318 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
2364 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
3080 codegen_->AddSlowPath(slow_path); in VisitSystemArrayCopyChar()
Dcode_generator_mips.cc1982 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
2925 codegen_->AddSlowPath(slow_path); in VisitArraySet()
3082 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3173 codegen_->AddSlowPath(slow_path); in VisitCheckCast()
3340 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
3790 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
6496 codegen_->AddSlowPath(slow_path); in GenerateGcRootFieldLoad()
6667 AddSlowPath(slow_path); in GenerateReferenceLoadWithBakerReadBarrier()
6703 AddSlowPath(slow_path); in GenerateReadBarrierSlow()
6738 AddSlowPath(slow_path); in GenerateReadBarrierForRootSlow()
[all …]