Home | History | Annotate | Download | only in arm64

Lines Matching refs:NEXT

1247   // Generate code for going to the next element by incrementing
1282 // result = iterator.next()
1368 Register next = x10;
1379 // Load next context in chain.
1380 __ Ldr(next, ContextMemOperand(current, Context::PREVIOUS_INDEX));
1382 current = next;
1392 __ Mov(next, current);
1396 __ Ldr(temp, FieldMemOperand(next, HeapObject::kMapOffset));
1399 __ Ldr(temp, ContextMemOperand(next, Context::EXTENSION_INDEX));
1401 // Load next context in chain.
1402 __ Ldr(next, ContextMemOperand(next, Context::PREVIOUS_INDEX));
1424 Register next = x10;
1434 __ Ldr(next, ContextMemOperand(context, Context::PREVIOUS_INDEX));
1436 context = next;
3738 // Copy next array element to the result.
3766 // Copy next array element to the result.
3787 // TODO(all): hoist next two instructions.
4530 // receiver = iter; f = 'next'; arg = received;
4533 __ LoadRoot(load_name, Heap::knext_stringRootIndex); // "next"
4535 __ Push(load_name, x3, x0); // "next", iter, received
4657 if (resume_mode == JSGeneratorObject::NEXT) {
4685 if (resume_mode == JSGeneratorObject::NEXT) {