Home | History | Annotate | Download | only in src

Lines Matching refs:alloc_memento

4267   AllocationMemento* alloc_memento = reinterpret_cast<AllocationMemento*>(
4269 alloc_memento->set_map_no_write_barrier(allocation_memento_map());
4270 alloc_memento->set_allocation_site(*allocation_site, SKIP_WRITE_BARRIER);
5010 AllocationMemento* alloc_memento;
5011 if (maybe_alloc_memento->To(&alloc_memento)) {
5012 alloc_memento->set_map_no_write_barrier(allocation_memento_map());
5013 alloc_memento->set_allocation_site(site, SKIP_WRITE_BARRIER);
5032 AllocationMemento* alloc_memento = reinterpret_cast<AllocationMemento*>(
5034 alloc_memento->set_map_no_write_barrier(allocation_memento_map());
5035 alloc_memento->set_allocation_site(site, SKIP_WRITE_BARRIER);