Home | History | Annotate | Download | only in src

Lines Matching refs:AllocationMemento

8941 AllocationMemento* AllocationMemento::FindForJSObject(JSObject* object) {
8942 // Currently, AllocationMemento objects are only allocated immediately
8945 // (if there is one) to see if it's an AllocationMemento.
8949 if ((ptr_end + AllocationMemento::kSize) <=
8956 AllocationMemento* memento = AllocationMemento::cast(
12392 AllocationMemento* memento = AllocationMemento::FindForJSObject(this);