Searched refs:if_left_oddball (Results 1 – 2 of 2) sorted by relevance
347 Label if_left_bigint(this), if_left_oddball(this); in Generate_BinaryOperationWithFeedback() local352 Branch(lhs_is_oddball, &if_left_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()354 BIND(&if_left_oddball); in Generate_BinaryOperationWithFeedback()
12628 if_left_bigint(this, Label::kDeferred), if_left_oddball(this), in Equal() local12639 GotoIf(IsOddballInstanceType(left_type), &if_left_oddball); in Equal()12742 BIND(&if_left_oddball); in Equal()