Searched refs:Int64T (Results 1 – 6 of 6) sorted by relevance
83 struct Int64T : Word64T { struct337 struct types_have_common_values<Int64T, U> {523 V(TruncateInt64ToInt32, Int32T, Int64T) \528 V(ChangeInt32ToInt64, Int64T, Int32T) \544 V(Int64AbsWithOverflow, PAIR_TYPE(Int64T, BoolT), Int64T) \698 TNode<Int64T> Int64Constant(int64_t value);
255 TNode<Int64T> CodeAssembler::Int64Constant(int64_t value) { in Int64Constant()256 return UncheckedCast<Int64T>(raw_assembler()->Int64Constant(value)); in Int64Constant()
720 TruncateInt64ToInt32(TNode<Int64T>::UncheckedCast(count)); in SetPendingMicrotaskCount()
15 type int64 generates 'TNode<Int64T>' constexpr 'int64_t';
453 TNode<Int64T> HashSeed();
256 TNode<Int64T> CodeStubAssembler::HashSeed() { in HashSeed()260 return TNode<Int64T>::UncheckedCast(LoadObjectField( in HashSeed()946 return TruncateInt64ToInt32(ReinterpretCast<Int64T>(value)); in TruncateIntPtrToInt32()