Searched refs:TimesDoubleSize (Results 1 – 2 of 2) sorted by relevance
2470 TNode<WordT> TimesDoubleSize(TNode<WordT> value);2471 TNode<UintPtrT> TimesDoubleSize(TNode<UintPtrT> value) { in TimesDoubleSize() function2472 return Unsigned(TimesDoubleSize(implicit_cast<TNode<WordT>>(value))); in TimesDoubleSize()2474 TNode<IntPtrT> TimesDoubleSize(TNode<IntPtrT> value) { in TimesDoubleSize() function2475 return Signed(TimesDoubleSize(implicit_cast<TNode<WordT>>(value))); in TimesDoubleSize()
4791 TNode<IntPtrT> byte_length = TimesDoubleSize(length); in FillFixedDoubleArrayWithZero()5956 TNode<WordT> CodeStubAssembler::TimesDoubleSize(TNode<WordT> value) { in TimesDoubleSize() function in v8::internal::CodeStubAssembler