Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dbinary-op-assembler.cc188 TNode<BoolT> rhs_is_oddball = in Generate_AddWithFeedback() local
190 GotoIf(rhs_is_oddball, &call_with_oddball_feedback); in Generate_AddWithFeedback()
389 TNode<BoolT> rhs_is_oddball = in Generate_BinaryOperationWithFeedback() local
391 GotoIfNot(rhs_is_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()