Searched refs:if_lhsissmi (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 27 Label if_lhsissmi(this); in Generate_AddWithFeedback() 34 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_AddWithFeedback() local 36 BIND(&if_lhsissmi); in Generate_AddWithFeedback() 254 Label if_lhsissmi(this); in Generate_BinaryOperationWithFeedback() 261 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_BinaryOperationWithFeedback() local 264 BIND(&if_lhsissmi); 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 705 BIND(&if_lhsissmi); 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); 13243 BIND(&if_lhsissmi); 13329 Label if_lhsissmi(this), if_lhsisheapobject(this); 13330 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisheapobject); 13332 BIND(&if_lhsissmi);
|
Completed in 16 milliseconds