Home | History | Annotate | Download | only in cctest

Lines Matching refs:memento

41   // Allocate a string, the GC may suspect a memento behind the string.
46 // Create an allocation memento behind the string with a garbage allocation
48 AllocationMemento* memento =
50 memento->set_map_no_write_barrier(heap->allocation_memento_map());
51 memento->set_allocation_site(
64 // Call GC to see if we can handle a poisonous memento right after the
78 // Force GC to test the poisoned memento handling
110 // The object of class f should have a memento secreted behind it.
112 AllocationMemento* memento =
114 CHECK_EQ(memento->map(), heap->allocation_memento_map());
119 AllocationSite* site = memento->GetAllocationSite();