Lines Matching refs:intptr_index
8618 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index,
8627 TNode<UintPtrT> hash = ChangeUint32ToWord(ComputeSeededHash(intptr_index));
8628 TNode<Float64T> key_as_float64 = RoundIntPtrToFloat64(intptr_index);
8655 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe);
8678 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index,
8682 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry,
9923 TNode<IntPtrT> intptr_index, Label* if_found, Label* if_absent,
10017 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob);
10019 TNode<Object> element = UnsafeLoadFixedArrayElement(elements, intptr_index);
10028 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob);
10031 LoadFixedDoubleArrayElement(CAST(elements), intptr_index, if_not_found,
10040 intptr_index),
10043 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout);
10048 NumberDictionaryLookup(elements, intptr_index, if_found, &var_entry,
10055 GotoIf(UintPtrLessThan(intptr_index, length), if_found);
10062 GotoIf(UintPtrLessThan(intptr_index, length), if_found);
10071 Branch(UintPtrLessThan(intptr_index, length), if_found, if_absent);
10078 Branch(UintPtrLessThan(intptr_index, length), if_found, if_absent);
10086 intptr_index),
10089 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout);