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

/external/v8/src/builtins/
H A Dbuiltins-number.cc593 Label if_rhsissmi(this), if_rhsisnotsmi(this);
594 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); local
619 Bind(&if_rhsisnotsmi);
702 Label if_rhsissmi(this), if_rhsisnotsmi(this);
703 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); local
749 Bind(&if_rhsisnotsmi);
934 Label if_rhsissmi(this), if_rhsisnotsmi(this);
935 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); local
961 Bind(&if_rhsisnotsmi);
1000 Label if_rhsissmi(this), if_rhsisnotsmi(thi
1001 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); local
[all...]

Completed in 187 milliseconds