Searched refs:chain_entry (Results 1 – 1 of 1) sorted by relevance
15495 Object* chain_entry = new_table->get(kHashTableStartIndex + bucket); in Rehash() local15503 new_table->set(new_index + kChainOffset, chain_entry); in Rehash()15550 Object* chain_entry = get(kHashTableStartIndex + bucket); in AddEntry() local15552 set(index + kChainOffset, chain_entry); in AddEntry()