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