Home | History | Annotate | Download | only in src

Lines Matching refs:kind_

587   ASSERT(kind_ == Code::CALL_IC);
639 argc, kind_, extra_state, name, object, holder, index);
647 argc, kind_, extra_state, name, object, holder, function);
660 argc, kind_, extra_state, name, receiver, global, cell, function);
668 argc, kind_, extra_state);
675 argc, kind_, extra_state, name, object, holder);
707 argc, kind_, extra_ic_state);
709 if (kind_ == Code::CALL_IC &&
713 } else if (kind_ == Code::CALL_IC &&
722 argc, kind_, extra_ic_state);
749 TRACE_IC(kind_ == Code::CALL_IC ? "CallIC" : "KeyedCallIC",