• Home
  • Raw
  • Download

Lines Matching refs:slow_path

1060   SlowPathCode* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke);  in VisitStringCharAt()  local
1061 codegen_->AddSlowPath(slow_path); in VisitStringCharAt()
1067 __ j(kAboveEqual, slow_path->GetEntryLabel()); in VisitStringCharAt()
1072 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt()
1129 SlowPathCode* slow_path, in CheckPosition() argument
1140 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
1145 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
1150 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
1156 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
1160 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
1166 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
1188 SlowPathCode* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); in VisitSystemArrayCopyChar() local
1189 codegen_->AddSlowPath(slow_path); in VisitSystemArrayCopyChar()
1193 __ j(kEqual, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
1197 __ j(kEqual, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
1201 __ j(kEqual, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
1207 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
1218 CheckPosition(assembler, srcPos, src, count, slow_path, src_base, dest_base); in VisitSystemArrayCopyChar()
1221 CheckPosition(assembler, destPos, dest, count, slow_path, src_base, dest_base); in VisitSystemArrayCopyChar()
1249 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()
1272 SlowPathCode* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); in VisitStringCompareTo() local
1273 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1274 __ j(kEqual, slow_path->GetEntryLabel()); in VisitStringCompareTo()
1277 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
1422 SlowPathCode* slow_path = nullptr; in GenerateStringIndexOf() local
1428 slow_path = new (allocator) IntrinsicSlowPathX86(invoke); in GenerateStringIndexOf()
1429 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1430 __ jmp(slow_path->GetEntryLabel()); in GenerateStringIndexOf()
1431 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()
1436 slow_path = new (allocator) IntrinsicSlowPathX86(invoke); in GenerateStringIndexOf()
1437 codegen->AddSlowPath(slow_path); in GenerateStringIndexOf()
1438 __ j(kAbove, slow_path->GetEntryLabel()); in GenerateStringIndexOf()
1504 if (slow_path != nullptr) { in GenerateStringIndexOf()
1505 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()
1544 SlowPathCode* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); in VisitStringNewStringFromBytes() local
1545 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1546 __ j(kEqual, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes()
1551 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
1594 SlowPathCode* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); in VisitStringNewStringFromString() local
1595 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
1596 __ j(kEqual, slow_path->GetEntryLabel()); in VisitStringNewStringFromString()
1601 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()