Lines Matching refs:intptr_index

7731     TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index,  in NumberDictionaryLookup()  argument
7749 ChangeUint32ToWord(ComputeIntegerHash(intptr_index, int32_seed)); in NumberDictionaryLookup()
7750 Node* key_as_float64 = RoundIntPtrToFloat64(intptr_index); in NumberDictionaryLookup()
7778 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe); in NumberDictionaryLookup()
7801 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index, in BasicLoadNumberDictionaryElement() argument
7805 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry, in BasicLoadNumberDictionaryElement()
7821 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index, in BasicStoreNumberDictionaryElement() argument
7825 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry, in BasicStoreNumberDictionaryElement()
8622 SloppyTNode<IntPtrT> intptr_index, in TryLookupElement() argument
8692 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob); in TryLookupElement()
8694 TNode<Object> element = LoadFixedArrayElement(elements, intptr_index); in TryLookupElement()
8703 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob); in TryLookupElement()
8706 LoadFixedDoubleArrayElement(CAST(elements), intptr_index, in TryLookupElement()
8714 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout); in TryLookupElement()
8718 NumberDictionaryLookup(elements, intptr_index, if_found, &var_entry, in TryLookupElement()
8727 GotoIf(UintPtrLessThan(intptr_index, length), if_found); in TryLookupElement()
8736 GotoIf(UintPtrLessThan(intptr_index, length), if_found); in TryLookupElement()
8745 Branch(UintPtrLessThan(intptr_index, length), if_found, if_absent); in TryLookupElement()
8751 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout); in TryLookupElement()