Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-hints.h18 kSignedSmallInputs, enumerator
Dtype-hints.cc16 case BinaryOperationHint::kSignedSmallInputs: in operator <<()
Dfeedback-vector-inl.h193 case BinaryOperationFeedback::kSignedSmallInputs: in BinaryOperationHintFromFeedback()
194 return BinaryOperationHint::kSignedSmallInputs; in BinaryOperationHintFromFeedback()
Dglobals.h1282 kSignedSmallInputs = 0x3, enumerator
/external/v8/src/compiler/
Djs-type-hint-lowering.cc26 case BinaryOperationHint::kSignedSmallInputs: in BinaryOperationHintToNumberOperationHint()
27 *number_hint = NumberOperationHint::kSignedSmallInputs; in BinaryOperationHintToNumberOperationHint()
Dsimplified-operator.cc514 case NumberOperationHint::kSignedSmallInputs: in operator <<()
1087 Name##Operator<NumberOperationHint::kSignedSmallInputs> \
1337 case NumberOperationHint::kSignedSmallInputs: in SpeculativeToNumber()
1542 case NumberOperationHint::kSignedSmallInputs: \
Dsimplified-lowering.cc98 case NumberOperationHint::kSignedSmallInputs: in CheckedUseInfoAsWord32FromHint()
114 case NumberOperationHint::kSignedSmallInputs: in CheckedUseInfoAsFloat64FromHint()
1721 case NumberOperationHint::kSignedSmallInputs: in VisitNode()
1884 hint == NumberOperationHint::kSignedSmallInputs) { in VisitNode()
1891 } else if (hint != NumberOperationHint::kSignedSmallInputs) { in VisitNode()
2735 case NumberOperationHint::kSignedSmallInputs: in VisitNode()
Djs-operator.cc683 Name##Operator<BinaryOperationHint::kSignedSmallInputs> \
740 case BinaryOperationHint::kSignedSmallInputs: \
Dsimplified-operator.h438 kSignedSmallInputs, // Inputs were Smi, output was Number. enumerator
/external/v8/src/ic/
Dbinary-op-assembler.cc477 SmiConstant(BinaryOperationFeedback::kSignedSmallInputs)); in Generate_DivideWithFeedback()