Home | History | Annotate | Download | only in ia32

Lines Matching refs:slow

1176     Label slow;  // Fallthrough label.
1181 // slow-case code.
1183 // be equal if the other is a HeapNumber. If so, use the slow case.
1205 // If heap number, handle it in the slow case.
1206 __ j(equal, &slow, Label::kNear);
1242 __ bind(&slow);
4718 // within this stub. This is the slow path, hence reloading is preferable.
5107 // within this stub. This is the slow path, hence reloading is preferable.