Home | History | Annotate | Download | only in ic

Lines Matching refs:feedback

1902     Object* feedback = vector->get(slot->value());
1903 if (!feedback->IsAllocationSite()) {
1958 Object* feedback = vector->get(slot->value());
1961 DCHECK(!feedback->IsSmi());
1963 if (feedback->IsJSFunction() || !function->IsJSFunction()) {
1969 // The feedback is either uninitialized or an allocation site.
1972 // merely need to patch the target to match the feedback.
1975 DCHECK(feedback == *TypeFeedbackVector::UninitializedSentinel(isolate()) ||
1976 feedback->IsAllocationSite());