Searched refs:if_lhsissmi (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
D | binary-op-assembler.cc | 27 Label if_lhsissmi(this); in Generate_AddWithFeedback() local 34 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_AddWithFeedback() 36 BIND(&if_lhsissmi); in Generate_AddWithFeedback() 254 Label if_lhsissmi(this); in Generate_BinaryOperationWithFeedback() local 261 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_BinaryOperationWithFeedback() 264 BIND(&if_lhsissmi); in Generate_BinaryOperationWithFeedback() 700 Label if_lhsissmi(this), if_lhsisnotsmi(this, Label::kDeferred); in Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() local 703 Branch(TaggedIsSmi(left), &if_lhsissmi, &if_lhsisnotsmi); in Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() 705 BIND(&if_lhsissmi); in Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 13015 Label if_lhsissmi(this), if_lhsisnotsmi(this); in StrictEqual() local 13016 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in StrictEqual() 13243 BIND(&if_lhsissmi); in StrictEqual() 13329 Label if_lhsissmi(this), if_lhsisheapobject(this); in BranchIfSameValue() local 13330 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisheapobject); in BranchIfSameValue() 13332 BIND(&if_lhsissmi); in BranchIfSameValue()
|