Home | History | Annotate | Download | only in mips

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
1091 // permanent slow case into register a2.
1101 // We need to filter the key, record slow-path here.
1182 Label* slow) {
1193 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1218 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1232 Label* slow) {
1243 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1252 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1263 Label* slow, Label* done) {
1271 EmitLoadGlobalCheckExtensions(proxy, typeof_mode, slow);
1275 __ lw(v0, ContextSlotOperandCheckExtensions(local, slow));
1350 Label done, slow;
1353 EmitDynamicLookupFastCase(proxy, typeof_mode, &slow, &done);
1354 __ bind(&slow);
2534 Label slow, done;
2539 EmitDynamicLookupFastCase(callee, NOT_INSIDE_TYPEOF, &slow, &done);
2541 __ bind(&slow);
2550 // function and receiver and have the slow path jump around this
3287 Label slow;
3288 patch_site.EmitJumpIfNotSmi(v0, &slow);
3322 __ bind(&slow);