Searched refs:IsTaggedIndex (Results 1 – 4 of 4) sorted by relevance
30 DCHECK_IMPLIES(obj.IsTaggedIndex(), value == tagged_index_value_at(index)); in smi_value_at()
305 V8_INLINE bool IsTaggedIndex() const;
72 bool Object::IsTaggedIndex() const { in IsTaggedIndex() function
170 CHECK(IsTaggedIndex()); in TaggedIndexVerify()