Home | History | Annotate | Download | only in x87

Lines Matching refs:slow

871     Label slow;  // Fallthrough label.
876 // slow-case code.
878 // be equal if the other is a HeapNumber. If so, use the slow case.
900 // If heap number, handle it in the slow case.
901 __ j(equal, &slow, Label::kNear);
937 __ bind(&slow);
4391 // within this stub. This is the slow path, hence reloading is preferable.
4778 // within this stub. This is the slow path, hence reloading is preferable.