Lines Matching refs:hash_next
506 uint32_t hash_next; /* atom_index for JS_ATOM_TYPE_SYMBOL */
852 uint32_t hash_next : 26; /* 0 if last in list */
1911 str->hash_next = 0; /* optional */
2552 h = p->hash_next;
2565 printf(" %d }\n", p->hash_next);
2585 hash_next1 = p->hash_next;
2588 p->hash_next = new_hash[j];
2689 uint32_t i = p->hash_next; /* atom_index */
2697 i = p1->hash_next;
2741 i = p->hash_next;
2838 p->hash_next = i; /* atom_index */
2844 p->hash_next = rt->atom_hash[h1];
2895 i = p->hash_next;
2908 uint32_t i = p->hash_next; /* atom_index */
2917 rt->atom_hash[h0] = p1->hash_next;
2922 i = p1->hash_next;
2925 p0->hash_next = p1->hash_next;
4505 pr->hash_next = prop_hash_end(sh)[-h - 1];
4572 pr->hash_next = prop_hash_end(sh)[-h - 1];
4635 pr->hash_next = prop_hash_end(sh)[-h - 1];
5213 h = pr->hash_next;
5236 h = pr->hash_next;
8111 lpr->hash_next = pr->hash_next;
8113 prop_hash_end(sh)[-h1 - 1] = pr->hash_next;
8133 h = pr->hash_next;
33754 uint32_t hash_next; /* -1 if no next entry */
33795 e->hash_next = s->hash_table[h];
33822 e->hash_next = s->hash_table[h];
33842 p = e->hash_next;