Home
last modified time | relevance | path

Searched refs:kSignedSmallInputs (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dtype-hints.h18 kSignedSmallInputs, enumerator
Dtype-hints.cc16 case BinaryOperationHint::kSignedSmallInputs: in operator <<()
Dfeedback-vector-inl.h251 case BinaryOperationFeedback::kSignedSmallInputs: in BinaryOperationHintFromFeedback()
252 return BinaryOperationHint::kSignedSmallInputs; in BinaryOperationHintFromFeedback()
/third_party/node/deps/v8/src/compiler/
Djs-type-hint-lowering.cc27 case BinaryOperationHint::kSignedSmallInputs: in BinaryOperationHintToNumberOperationHint()
28 *number_hint = NumberOperationHint::kSignedSmallInputs; in BinaryOperationHintToNumberOperationHint()
49 case BinaryOperationHint::kSignedSmallInputs: in BinaryOperationHintToBigIntOperationHint()
Dsimplified-operator.cc513 case NumberOperationHint::kSignedSmallInputs: in operator <<()
1154 Name##Operator<NumberOperationHint::kSignedSmallInputs> \
1551 case NumberOperationHint::kSignedSmallInputs: in SpeculativeToNumber()
1793 case NumberOperationHint::kSignedSmallInputs: \
1815 case NumberOperationHint::kSignedSmallInputs: in SPECULATIVE_NUMBER_BINOP()
Dsimplified-lowering.cc111 case NumberOperationHint::kSignedSmallInputs: in CheckedUseInfoAsWord32FromHint()
131 case NumberOperationHint::kSignedSmallInputs: in CheckedUseInfoAsFloat64FromHint()
2362 case NumberOperationHint::kSignedSmallInputs: in VisitNode()
2526 hint == NumberOperationHint::kSignedSmallInputs) { in VisitNode()
2533 } else if (hint != NumberOperationHint::kSignedSmallInputs) { in VisitNode()
3630 case NumberOperationHint::kSignedSmallInputs: in VisitNode()
Dsimplified-operator.h526 kSignedSmallInputs, // Inputs were Smi, output was Number. enumerator
/third_party/node/deps/v8/src/ic/
Dbinary-op-assembler.cc539 SmiConstant(BinaryOperationFeedback::kSignedSmallInputs); in Generate_DivideWithFeedback()
/third_party/node/deps/v8/src/common/
Dglobals.h1466 kSignedSmallInputs = 0x3, enumerator