Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A Dtnode.h121 struct PairT {}; struct
229 struct is_valid_type_tag<PairT<T1, T2>> {
352 // - PairT<T1, T2> for an operation returning two values, with types T1
H A 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);
5686 TNode<PairT<Int32
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h173 using AtomicInt64 = PairT<IntPtrT, IntPtrT>;
174 using AtomicUint64 = PairT<UintPtrT, UintPtrT>;
205 // This macro alias allows to use PairT<T1, T2> as a macro argument.
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/
H A 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>>( \
H A Dinterpreter-assembler.cc994 template V8_EXPORT_PRIVATE TNode<PairT<Object, Object>>

Completed in 21 milliseconds