Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dbinary-op-assembler.cc313 Label if_left_bigint(this), if_left_oddball(this); in Generate_BinaryOperationWithFeedback() local
317 Branch(lhs_is_oddball, &if_left_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()
319 BIND(&if_left_oddball); in Generate_BinaryOperationWithFeedback()
/external/v8/src/
Dcode-stub-assembler.cc10790 if_left_bigint(this, Label::kDeferred), if_left_oddball(this), in Equal() local
10802 GotoIf(InstanceTypeEqual(left_type, ODDBALL_TYPE), &if_left_oddball); in Equal()
10899 BIND(&if_left_oddball); in Equal()