Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dbinary-op-assembler.cc347 Label if_left_bigint(this), if_left_oddball(this); in Generate_BinaryOperationWithFeedback() local
352 Branch(lhs_is_oddball, &if_left_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()
354 BIND(&if_left_oddball); in Generate_BinaryOperationWithFeedback()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc12628 if_left_bigint(this, Label::kDeferred), if_left_oddball(this), in Equal() local
12639 GotoIf(IsOddballInstanceType(left_type), &if_left_oddball); in Equal()
12742 BIND(&if_left_oddball); in Equal()