Searched refs:if_lhsisnotnumber (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 17 Label do_fadd(this), if_lhsisnotnumber(this, Label::kDeferred), in Generate_AddWithFeedback() 91 GotoIfNot(IsHeapNumber(lhs_heap_object), &if_lhsisnotnumber); in Generate_AddWithFeedback() local 130 BIND(&if_lhsisnotnumber); in Generate_AddWithFeedback() 247 if_lhsisnotnumber(this, Label::kDeferred), in Generate_BinaryOperationWithFeedback() 302 GotoIfNot(IsHeapNumber(lhs_heap_object), &if_lhsisnotnumber); in Generate_BinaryOperationWithFeedback() local 344 BIND(&if_lhsisnotnumber); in Generate_BinaryOperationWithFeedback()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 13024 Label if_lhsisnumber(this), if_lhsisnotnumber(this); 13025 Branch(IsHeapNumberMap(lhs_map), &if_lhsisnumber, &if_lhsisnotnumber); 13073 BIND(&if_lhsisnotnumber);
|
Completed in 16 milliseconds