Home | History | Annotate | Download | only in arm64

Lines Matching refs:slow

1017   // so will always take the slow path.
1035 // to do a slow check.
1064 __ Mov(x1, Smi::FromInt(1)); // Smi(1) indicates slow check.
1085 // permanent slow case into register x10.
1096 // We need to filter the key, record slow-path here.
1176 Label* slow) {
1187 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1210 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1224 Label* slow) {
1235 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1244 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1255 Label* slow, Label* done) {
1263 EmitLoadGlobalCheckExtensions(proxy, typeof_mode, slow);
1267 __ Ldr(x0, ContextSlotOperandCheckExtensions(local, slow));
1338 Label done, slow;
1341 EmitDynamicLookupFastCase(proxy, typeof_mode, &slow, &done);
1342 __ Bind(&slow);
2431 Label slow, done;
2435 EmitDynamicLookupFastCase(callee, NOT_INSIDE_TYPEOF, &slow, &done);
2437 __ Bind(&slow);
2446 // function and receiver and have the slow path jump around this
3198 Label slow;
3199 patch_site.EmitJumpIfNotSmi(x0, &slow);
3232 __ Bind(&slow);