Searched refs:if_lhsisnotsmi (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 32 Label if_lhsisnotsmi(this, in Generate_AddWithFeedback() 34 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_AddWithFeedback() local 87 BIND(&if_lhsisnotsmi); in Generate_AddWithFeedback() 259 Label if_lhsisnotsmi(this, in Generate_BinaryOperationWithFeedback() 261 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_BinaryOperationWithFeedback() local 297 BIND(&if_lhsisnotsmi); in Generate_BinaryOperationWithFeedback() 700 Label if_lhsissmi(this), if_lhsisnotsmi(this, Label::kDeferred); in Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() 703 Branch(TaggedIsSmi(left), &if_lhsissmi, &if_lhsisnotsmi); in Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() local 721 BIND(&if_lhsisnotsmi); in Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 13015 Label if_lhsissmi(this), if_lhsisnotsmi(this); 13016 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); 13018 BIND(&if_lhsisnotsmi);
|
Completed in 17 milliseconds