Searched refs:if_lhsisnotsmi (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-number.cc | 587 Label if_lhsissmi(this), if_lhsisnotsmi(this); in TF_BUILTIN() local 588 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in TF_BUILTIN() 682 Bind(&if_lhsisnotsmi); in TF_BUILTIN() 928 Label if_lhsissmi(this), if_lhsisnotsmi(this); in TF_BUILTIN() local 929 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in TF_BUILTIN() 988 Bind(&if_lhsisnotsmi); in TF_BUILTIN()
|
/external/v8/src/ |
D | code-stubs.cc | 542 Label if_lhsissmi(assembler), if_lhsisnotsmi(assembler); in BINARY_OP_STUB() local 543 assembler->Branch(assembler->TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in BINARY_OP_STUB() 596 assembler->Bind(&if_lhsisnotsmi); in BINARY_OP_STUB() 748 Label if_lhsissmi(assembler), if_lhsisnotsmi(assembler); in Generate() local 749 assembler->Branch(assembler->TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in Generate() 804 assembler->Bind(&if_lhsisnotsmi); in Generate()
|
D | code-stub-assembler.cc | 6402 Label if_lhsissmi(this), if_lhsisnotsmi(this); in BranchIfNumericRelationalComparison() local 6403 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in BranchIfNumericRelationalComparison() 6441 Bind(&if_lhsisnotsmi); in BranchIfNumericRelationalComparison() 6526 Label if_lhsissmi(this), if_lhsisnotsmi(this); in RelationalComparison() local 6527 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in RelationalComparison() 6585 Bind(&if_lhsisnotsmi); in RelationalComparison() 6903 Label if_lhsissmi(this), if_lhsisnotsmi(this); in Equal() local 6904 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in Equal() 6994 Bind(&if_lhsisnotsmi); in Equal() 7378 Label if_lhsissmi(this), if_lhsisnotsmi(this); in StrictEqual() local [all …]
|