Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dbinary-op-assembler.cc21 call_with_oddball_feedback(this), call_with_any_feedback(this), in Generate_AddWithFeedback() local
133 GotoIf(TaggedIsSmi(rhs), &call_with_oddball_feedback); in Generate_AddWithFeedback()
136 Branch(IsHeapNumber(rhs), &call_with_oddball_feedback, in Generate_AddWithFeedback()
179 GotoIf(rhs_is_oddball, &call_with_oddball_feedback); in Generate_AddWithFeedback()
192 BIND(&call_with_oddball_feedback); in Generate_AddWithFeedback()