Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm.cc808 codegen_->AddSlowPath(slow_path); in VisitStringCharAt()
844 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
873 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
883 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
960 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1006 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
Dintrinsics_arm64.cc952 codegen_->AddSlowPath(slow_path); in VisitStringCharAt()
987 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1015 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
1025 codegen->AddSlowPath(slow_path); in GenerateVisitStringIndexOf()
1100 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1149 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
Dintrinsics_x86_64.cc827 codegen_->AddSlowPath(slow_path); in VisitStringCharAt()
861 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
925 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
933 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1039 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1083 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
Dcode_generator_arm64.cc1044 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
1443 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
1465 codegen_->AddSlowPath(slow_path); in VisitCheckCast()
1491 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
1660 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
1832 codegen_->AddSlowPath(slow_path); in VisitDeoptimize()
1890 codegen_->AddSlowPath(slow_path); in VisitInstanceOf()
2119 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
2158 codegen_->AddSlowPath(slow_path); in VisitLoadString()
2386 codegen_->AddSlowPath(slow_path); in GenerateExplicitNullCheck()
Dintrinsics_x86.cc902 codegen_->AddSlowPath(slow_path); in VisitStringCharAt()
937 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1000 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1008 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1115 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1157 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
Dcode_generator_mips64.cc987 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
1581 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
1617 codegen_->AddSlowPath(slow_path); in VisitCheckCast()
1643 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
1877 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
2095 codegen_->AddSlowPath(slow_path); in VisitDeoptimize()
2272 codegen_->AddSlowPath(slow_path); in VisitInstanceOf()
2502 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
2540 codegen_->AddSlowPath(slow_path); in VisitLoadString()
2795 codegen_->AddSlowPath(slow_path); in GenerateExplicitNullCheck()
Dcode_generator_x86.cc935 codegen_->AddSlowPath(slow_path); in VisitDeoptimize()
2491 codegen_->AddSlowPath(slow_path); in GenerateDivRemIntegral()
2699 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
3523 codegen_->AddSlowPath(slow_path); in GenerateExplicitNullCheck()
3938 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3950 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3960 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
4008 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
4291 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
4315 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
[all …]
Dcode_generator_x86_64.cc898 codegen_->AddSlowPath(slow_path); in VisitDeoptimize()
2702 codegen_->AddSlowPath(slow_path); in GenerateDivRemIntegral()
2872 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
3398 codegen_->AddSlowPath(slow_path); in GenerateExplicitNullCheck()
3790 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3802 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3812 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3875 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
4137 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
4161 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
[all …]
Dcode_generator.h223 void AddSlowPath(SlowPathCode* slow_path) { in AddSlowPath() function
Dcode_generator_arm.cc1025 codegen_->AddSlowPath(slow_path); in VisitDeoptimize()
2414 codegen_->AddSlowPath(slow_path); in VisitDivZeroCheck()
3144 codegen_->AddSlowPath(slow_path); in GenerateExplicitNullCheck()
3486 codegen_->AddSlowPath(slow_path); in VisitBoundsCheck()
3547 codegen_->AddSlowPath(slow_path); in GenerateSuspendCheck()
3811 codegen_->AddSlowPath(slow_path); in VisitLoadClass()
3835 codegen_->AddSlowPath(slow_path); in VisitClinitCheck()
3859 codegen_->AddSlowPath(slow_path); in VisitLoadString()
3936 codegen_->AddSlowPath(slow_path); in VisitInstanceOf()
3970 codegen_->AddSlowPath(slow_path); in VisitCheckCast()
/art/compiler/dex/quick/
Dgen_common.cc87 AddSlowPath(new (arena_) CallHelperImmMethodSlowPath(this, branch, cont, trampoline, imm, in GenIfNullUseHelperImm()
164 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont, in GenGetOtherTypeForSgetSput()
211 AddSlowPath(new (arena_) DivZeroCheckSlowPath(this, branch)); in AddDivZeroCheckSlowPath()
236 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length)); in GenArrayBoundsCheck()
266 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length)); in GenArrayBoundsCheck()
285 AddSlowPath(new (arena_) NullCheckSlowPath(this, branch)); in GenNullCheck()
1420 AddSlowPath(new (arena_) SlowPath(this, branch, cont, true)); in GenCheckCast()
1437 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false)); in GenCheckCast()
2109 AddSlowPath(new (arena_) SuspendCheckSlowPath(this, branch, cont)); in GenSuspendTest()
2127 AddSlowPath(new (arena_) SuspendCheckSlowPath(this, branch, target)); in GenSuspendTestAndBranch()
Dmir_to_lir.cc238 AddSlowPath(slow_path); in GenSpecialSuspendTest()
Dcodegen_util.cc1268 void Mir2Lir::AddSlowPath(LIRSlowPath* slowpath) { in AddSlowPath() function in art::Mir2Lir
Dmir_to_lir.h1553 void AddSlowPath(LIRSlowPath* slowpath);
Dgen_invoke.cc71 AddSlowPath(new (arena_) IntrinsicSlowPathPath(this, info, branch, resume)); in AddIntrinsicSlowPath()
/art/compiler/dex/quick/arm/
Dcall_arm.cc482 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, true, spill_size)); in GenEntrySequence()
499 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, false, frame_size_)); in GenEntrySequence()
/art/compiler/dex/quick/x86/
Dcall_x86.cc232 AddSlowPath( in GenEntrySequence()
Dint_x86.cc1541 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, in GenArrayBoundsCheck()
1578 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, in GenArrayBoundsCheck()
/art/compiler/dex/quick/mips/
Dcall_mips.cc341 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, spill_count * ptr_size)); in GenEntrySequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc387 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, frame_size_)); in GenEntrySequence()