Home | History | Annotate | Download | only in arm64

Lines Matching defs:allocation_site

2136   Register allocation_site = x4;
2157 __ Mov(allocation_site_arg, allocation_site);
4260 Register allocation_site = x2;
4301 __ Ldr(x10, FieldMemOperand(allocation_site, 0));
4311 __ Ldr(x11, FieldMemOperand(allocation_site,
4314 __ Str(x11, FieldMemOperand(allocation_site,
4414 Register allocation_site = x2;
4432 // We should either have undefined in the allocation_site register or a
4434 __ AssertUndefinedOrAllocationSite(allocation_site, x10);
4447 __ JumpIfRoot(allocation_site, Heap::kUndefinedValueRootIndex, &no_info);
4450 UntagSmiFieldMemOperand(allocation_site,
4475 __ Push(new_target, allocation_site);