Home
last modified time | relevance | path

Searched defs:if_lhsisnotsmi (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc34 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_AddWithFeedback() local
261 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_BinaryOperationWithFeedback() local
703 Branch(TaggedIsSmi(left), &if_lhsissmi, &if_lhsisnotsmi); in Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() local

Completed in 2 milliseconds