Home | History | Annotate | Download | only in builtins

Lines Matching defs:allocation_site

466     Node* allocation_site, Node* capacity, ElementsKind kind) {
476 kind, boilerplate_map, length, allocation_site, capacity, param_mode);
511 Node* allocation_site = LoadFixedArrayElement(
514 GotoIf(IsUndefined(allocation_site), call_runtime);
515 allocation_site = LoadFixedArrayElement(feedback_vector, literal_index, 0,
519 LoadObjectField(allocation_site, AllocationSite::kTransitionInfoOffset);
523 allocation_site =
524 allocation_site_mode == TRACK_ALLOCATION_SITE ? allocation_site : nullptr;
553 allocation_site, capacity, FAST_DOUBLE_ELEMENTS);
563 allocation_site, capacity, FAST_ELEMENTS);
593 FAST_ELEMENTS, boilerplate_map, length.value(), allocation_site);
669 Node* allocation_site = LoadFixedArrayElement(
671 GotoIf(IsUndefined(allocation_site), call_runtime);
682 LoadObjectField(allocation_site, AllocationSite::kTransitionInfoOffset);
717 memento, AllocationMemento::kAllocationSiteOffset, allocation_site);
719 allocation_site, AllocationSite::kPretenureCreateCountOffset);
722 StoreObjectFieldNoWriteBarrier(allocation_site,