Searched refs:if_rhsissmi (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 42 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_AddWithFeedback() 43 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_AddWithFeedback() local 56 BIND(&if_rhsissmi); in Generate_AddWithFeedback() 95 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_AddWithFeedback() 96 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_AddWithFeedback() local 109 BIND(&if_rhsissmi); in Generate_AddWithFeedback() 270 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_BinaryOperationWithFeedback() 271 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback() local 285 BIND(&if_rhsissmi); in Generate_BinaryOperationWithFeedback() 306 Label if_rhsissmi(thi in Generate_BinaryOperationWithFeedback() 307 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); Generate_BinaryOperationWithFeedback() local 357 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); Generate_BinaryOperationWithFeedback() local [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 13030 Label if_rhsissmi(this), if_rhsisnotsmi(this); 13031 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); 13033 BIND(&if_rhsissmi); 13076 Label if_rhsissmi(this), if_rhsisnotsmi(this); 13077 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); 13079 BIND(&if_rhsissmi); 13250 Label if_rhsissmi(this), if_rhsisnotsmi(this); 13251 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); 13253 BIND(&if_rhsissmi);
|
Completed in 15 milliseconds