Home | History | Annotate | Download | only in mips64

Lines Matching refs:slow

1019   // so will always take the slow path.
1037 // to do a slow check.
1067 __ li(a1, Operand(Smi::FromInt(1))); // Smi(1) indicates slow check
1092 // permanent slow case into register a2.
1102 // We need to filter the key, record slow-path here.
1183 Label* slow) {
1194 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1219 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1233 Label* slow) {
1244 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1253 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1264 Label* slow, Label* done) {
1272 EmitLoadGlobalCheckExtensions(proxy, typeof_mode, slow);
1276 __ ld(v0, ContextSlotOperandCheckExtensions(local, slow));
1351 Label done, slow;
1354 EmitDynamicLookupFastCase(proxy, typeof_mode, &slow, &done);
1355 __ bind(&slow);
2533 Label slow, done;
2538 EmitDynamicLookupFastCase(callee, NOT_INSIDE_TYPEOF, &slow, &done);
2540 __ bind(&slow);
2549 // function and receiver and have the slow path jump around this
3287 Label slow;
3288 patch_site.EmitJumpIfNotSmi(v0, &slow);
3322 __ bind(&slow);