Home | History | Annotate | Download | only in src

Lines Matching refs:AllocationSite

1189   if (AllocationSite::GetMode(from_kind, to_kind) == TRACK_ALLOCATION_SITE) {
1828 : AllocationSite::GetMode(kind);
4261 Handle<AllocationSite> site;
4285 site = Handle<AllocationSite>::cast(literals_cell);
4300 AllocationSiteMode mode = AllocationSite::GetMode(
8290 AllocationSite::CanTrack(boilerplate_object->map()->instance_type());
8295 AllocationSite::cast(*allocation_site_object)->IsLiteralSite());
8346 AllocationSite::CanTrack(boilerplate_object->map()->instance_type())) {