Home | History | Annotate | Download | only in interpreter

Lines Matching refs:slowpath

721   Label slowpath(assembler, Label::kDeferred);
724 __ GotoIfHasContextExtensionUpToDepth(context, depth, &slowpath);
735 __ Bind(&slowpath);
766 Label slowpath(assembler, Label::kDeferred);
769 __ GotoIfHasContextExtensionUpToDepth(context, depth, &slowpath);
785 __ Bind(&slowpath);
1498 Label fastpath(assembler), slowpath(assembler, Label::kDeferred),
1509 __ Branch(__ TaggedIsSmi(left), &fastpath, &slowpath);
1519 __ Branch(overflow, &slowpath, &if_notoverflow);
1528 __ Bind(&slowpath);
1552 Label fastpath(assembler), slowpath(assembler, Label::kDeferred),
1563 __ Branch(__ TaggedIsSmi(left), &fastpath, &slowpath);
1573 __ Branch(overflow, &slowpath, &if_notoverflow);
1582 __ Bind(&slowpath);