Home | History | Annotate | Download | only in src

Lines Matching refs:feedback

8457   CONVERT_ARG_HANDLE_CHECKED(Object, feedback, 0);
8459 if (feedback->IsAllocationSite()) {
8460 // The feedback can be an AllocationSite or undefined.
8461 site = Handle<AllocationSite>::cast(feedback);