Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc19 call_with_oddball_feedback(this), call_with_any_feedback(this), in Generate_AddWithFeedback()
141 GotoIf(TaggedIsSmi(rhs), &call_with_oddball_feedback); in Generate_AddWithFeedback() local
144 Branch(IsHeapNumber(CAST(rhs)), &call_with_oddball_feedback, in Generate_AddWithFeedback()
190 GotoIf(rhs_is_oddball, &call_with_oddball_feedback); in Generate_AddWithFeedback()
216 BIND(&call_with_oddball_feedback); in Generate_AddWithFeedback()

Completed in 3 milliseconds