Home | History | Annotate | Download | only in builtins

Lines Matching refs:call_c

1257   Label call_c(this), call_memmove(this), if_count_is_not_zero(this),
1311 GotoIfNot(Word32Equal(source_el_kind, target_el_kind), &call_c);
1315 Branch(WordEqual(receiver_buffer, target_buffer), &call_c, &call_memmove);
1319 GotoIfForceSlowPath(&call_c);
1359 BIND(&call_c);