Home | History | Annotate | Download | only in heap

Lines Matching defs:casted

1828     AllocationSite* casted = AllocationSite::cast(cur);
1829 if (casted->GetPretenureMode() == flag) {
1830 casted->ResetPretenureDecision();
1831 casted->set_deopt_dependent_code(true);
1833 RemoveAllocationSitePretenuringFeedback(casted);
1835 cur = casted->weak_next();