Home
last modified time | relevance | path

Searched refs:if_lhsisnotnumber (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dbinary-op-assembler.cc17 Label do_fadd(this), if_lhsisnotnumber(this, Label::kDeferred), in Generate_AddWithFeedback() local
91 GotoIfNot(IsHeapNumber(lhs_heap_object), &if_lhsisnotnumber); in Generate_AddWithFeedback()
130 BIND(&if_lhsisnotnumber); in Generate_AddWithFeedback()
247 if_lhsisnotnumber(this, Label::kDeferred), in Generate_BinaryOperationWithFeedback() local
302 GotoIfNot(IsHeapNumber(lhs_heap_object), &if_lhsisnotnumber); in Generate_BinaryOperationWithFeedback()
344 BIND(&if_lhsisnotnumber); in Generate_BinaryOperationWithFeedback()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc13024 Label if_lhsisnumber(this), if_lhsisnotnumber(this); in StrictEqual() local
13025 Branch(IsHeapNumberMap(lhs_map), &if_lhsisnumber, &if_lhsisnotnumber); in StrictEqual()
13073 BIND(&if_lhsisnotnumber); in StrictEqual()