Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dbinary-op-assembler.cc128 Node* lhs_is_oddball = InstanceTypeEqual(lhs_instance_type, ODDBALL_TYPE); in Generate_AddWithFeedback() local
129 Branch(lhs_is_oddball, &if_lhsisoddball, &if_lhsisnotoddball); in Generate_AddWithFeedback()
316 Node* lhs_is_oddball = InstanceTypeEqual(lhs_instance_type, ODDBALL_TYPE); in Generate_BinaryOperationWithFeedback() local
317 Branch(lhs_is_oddball, &if_left_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()