Lines Matching refs:next
203 TNode<JSReceiver> next = iterator_assembler.IteratorStep(
206 context, next, fast_iterator_result_map);
462 Label if_hole(this, Label::kDeferred), next(this);
467 Goto(&next);
472 Goto(&next);
474 BIND(&next);
701 // Load the index of the next entry in the bucket chain.
1007 // Read the next entry from the {table}, skipping holes.
1041 // Increment the array offset and continue the loop to the next entry.
1118 // Read the next entry from the {table}, skipping holes.
1916 // Read the next entry from the {table}, skipping holes.
1932 // Continue with the next entry.
1966 const char* const kMethodName = "Map Iterator.prototype.next";
2000 // Read the next entry from the {table}, skipping holes.
2152 // Read the next entry from the {table}, skipping holes.
2161 // Continue with the next entry.
2187 const char* const kMethodName = "Set Iterator.prototype.next";
2220 // Read the next entry from the {table}, skipping holes.