Home
last modified time | relevance | path

Searched refs:PairT (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dtnode.h121 struct PairT {}; struct
229 struct is_valid_type_tag<PairT<T1, T2>> {
Dcode-stub-assembler.cc828 TNode<PairT<IntPtrT, BoolT>> pair = IntPtrAddWithOverflow(a, b); in TryIntPtrAdd()
837 TNode<PairT<IntPtrT, BoolT>> pair = IntPtrSubWithOverflow(a, b); in TryIntPtrSub()
845 TNode<PairT<Int32T, BoolT>> pair = Int32MulWithOverflow(a, b); in TryInt32Mul()
859 TNode<PairT<Int32T, BoolT>> pair = Int32AddWithOverflow( in TrySmiAdd()
872 TNode<PairT<IntPtrT, BoolT>> pair = in TrySmiSub()
881 TNode<PairT<Int32T, BoolT>> pair = Int32SubWithOverflow( in TrySmiSub()
893 TNode<PairT<IntPtrT, BoolT>> pair = in TrySmiAbs()
902 TNode<PairT<Int32T, BoolT>> pair = Int32AbsWithOverflow( in TrySmiAbs()
5654 TNode<PairT<Int32T, BoolT>> pair = Int32AddWithOverflow(ivalue, ivalue); in TryFloat32ToSmi()
5686 TNode<PairT<Int32T, BoolT>> pair = Int32AddWithOverflow(value32, value32); in TryFloat64ToSmi()
[all …]
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h173 using AtomicInt64 = PairT<IntPtrT, IntPtrT>;
174 using AtomicUint64 = PairT<UintPtrT, UintPtrT>;
206 #define PAIR_TYPE(T1, T2) PairT<T1, T2>
1140 Projection(TNode<PairT<T1, T2>> value) { in Projection()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1519 CallRuntimeN<PairT<Object, Object>>(function_id, context, args, 2); in IGNITION_HANDLER()
2799 TNode<PairT<Object, Smi>> result_pair = CallRuntime<PairT<Object, Smi>>( \
Dinterpreter-assembler.cc994 template V8_EXPORT_PRIVATE TNode<PairT<Object, Object>>