Home
last modified time | relevance | path

Searched refs:if_rhsisnotsmi (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc42 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_AddWithFeedback()
43 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_AddWithFeedback() local
45 BIND(&if_rhsisnotsmi); 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
98 BIND(&if_rhsisnotsmi); 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
273 BIND(&if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
306 Label if_rhsissmi(this), if_rhsisnotsmi(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 Dcode-stub-assembler.cc13030 Label if_rhsissmi(this), if_rhsisnotsmi(this);
13031 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
13045 BIND(&if_rhsisnotsmi);
13076 Label if_rhsissmi(this), if_rhsisnotsmi(this);
13077 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
13082 BIND(&if_rhsisnotsmi);
13250 Label if_rhsissmi(this), if_rhsisnotsmi(this);
13251 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
13258 BIND(&if_rhsisnotsmi);

Completed in 17 milliseconds