Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dtype-hints.h18 kSignedSmallInputs, member in v8::internal::BinaryOperationHint
H A Dtype-hints.cc16 case BinaryOperationHint::kSignedSmallInputs: in operator <<()
H A Dfeedback-vector-inl.h251 case BinaryOperationFeedback::kSignedSmallInputs: in BinaryOperationHintFromFeedback()
252 return BinaryOperationHint::kSignedSmallInputs; in BinaryOperationHintFromFeedback()
/third_party/node/deps/v8/src/compiler/
H A Djs-type-hint-lowering.cc27 case BinaryOperationHint::kSignedSmallInputs: in BinaryOperationHintToNumberOperationHint()
28 *number_hint = NumberOperationHint::kSignedSmallInputs; in BinaryOperationHintToNumberOperationHint()
49 case BinaryOperationHint::kSignedSmallInputs: in BinaryOperationHintToBigIntOperationHint()
H A 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 SpeculativeNumberEqual()
H A 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()
H A Dsimplified-operator.h526 kSignedSmallInputs, // Inputs were Smi, output was Number. member in v8::internal::AbortReason::NumberOperationHint
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc539 SmiConstant(BinaryOperationFeedback::kSignedSmallInputs); in Generate_DivideWithFeedback()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1451 // kSignedSmall -> kSignedSmallInputs -> kNumber -> kNumberOrOddball -> kAny
1466 kSignedSmallInputs = 0x3, enumerator

Completed in 21 milliseconds