Searched refs:TimesDoubleSize (Results 1 – 2 of 2) sorted by relevance
1681 TNode<WordT> TimesDoubleSize(SloppyTNode<WordT> value);1682 TNode<UintPtrT> TimesDoubleSize(TNode<UintPtrT> value) { in TimesDoubleSize() function1683 return Unsigned(TimesDoubleSize(implicit_cast<TNode<WordT>>(value))); in TimesDoubleSize()1685 TNode<IntPtrT> TimesDoubleSize(TNode<IntPtrT> value) { in TimesDoubleSize() function1686 return Signed(TimesDoubleSize(implicit_cast<TNode<WordT>>(value))); in TimesDoubleSize()
4262 TNode<IntPtrT> byte_length = TimesDoubleSize(length); in FillFixedDoubleArrayWithZero()5072 TNode<WordT> CodeStubAssembler::TimesDoubleSize(SloppyTNode<WordT> value) { in TimesDoubleSize() function in v8::internal::CodeStubAssembler