Home | History | Annotate | Download | only in arm64

Lines Matching defs:allocation_site

2983   Register allocation_site = x2;
3024 __ Ldr(x10, FieldMemOperand(allocation_site, 0));
3034 __ Ldr(x11, FieldMemOperand(allocation_site,
3037 __ Str(x11, FieldMemOperand(allocation_site,
3126 Register allocation_site = x2;
3144 // We should either have undefined in the allocation_site register or a
3146 __ AssertUndefinedOrAllocationSite(allocation_site, x10);
3159 __ JumpIfRoot(allocation_site, Heap::kUndefinedValueRootIndex, &no_info);
3162 UntagSmiFieldMemOperand(allocation_site,
3174 __ Push(new_target, allocation_site);