Lines Matching refs:hash_next
514 uint32_t hash_next; /* atom_index for JS_ATOM_TYPE_SYMBOL */
842 uint32_t hash_next : 26; /* 0 if last in list */
1904 str->hash_next = 0; /* optional */
2546 h = p->hash_next;
2559 printf(" %d }\n", p->hash_next);
2579 hash_next1 = p->hash_next;
2582 p->hash_next = new_hash[j];
2683 uint32_t i = p->hash_next; /* atom_index */
2691 i = p1->hash_next;
2735 i = p->hash_next;
2831 p->hash_next = i; /* atom_index */
2837 p->hash_next = rt->atom_hash[h1];
2888 i = p->hash_next;
2901 uint32_t i = p->hash_next; /* atom_index */
2910 rt->atom_hash[h0] = p1->hash_next;
2915 i = p1->hash_next;
2918 p0->hash_next = p1->hash_next;
4492 pr->hash_next = sh->prop_hash_end[-h - 1];
4559 pr->hash_next = sh->prop_hash_end[-h - 1];
4622 pr->hash_next = sh->prop_hash_end[-h - 1];
5193 h = pr->hash_next;
5216 h = pr->hash_next;
8045 lpr->hash_next = pr->hash_next;
8047 sh->prop_hash_end[-h1 - 1] = pr->hash_next;
8067 h = pr->hash_next;
33122 uint32_t hash_next; /* -1 if no next entry */
33163 e->hash_next = s->hash_table[h];
33190 e->hash_next = s->hash_table[h];
33210 p = e->hash_next;