Lines Matching refs:entry_index
7323 TNode<IntPtrT> entry_index =
7328 UnsafeLoadFixedArrayElement(number_string_cache, entry_index);
7342 result = CAST(UnsafeLoadFixedArrayElement(number_string_cache, entry_index,
7352 TNode<IntPtrT> entry_index =
7355 UnsafeLoadFixedArrayElement(number_string_cache, entry_index);
7360 result = CAST(UnsafeLoadFixedArrayElement(number_string_cache, entry_index,
7382 StoreFixedArrayElement(number_string_cache, entry_index,
7385 IntPtrAdd(entry_index, IntPtrConstant(1)),
8220 TNode<IntPtrT> entry_index =
8222 return IntPtrAdd(entry_index, IntPtrConstant(Dictionary::kElementsStartIndex +
8911 TNode<Uint32T> entry_index) {
8913 TNode<Word32T> index = Int32Mul(entry_index, entry_size);
8918 TNode<IntPtrT> CodeStubAssembler::ToKeyIndex(TNode<Uint32T> entry_index) {
8920 EntryIndexToIndex<Array>(entry_index));
8944 TNode<Uint32T> entry_index) {
8951 EntryIndexToIndex<Array>(entry_index), key_offset);