Home | History | Annotate | Download | only in src

Lines Matching refs:AllocationMemento

561   V(ALLOCATION_MEMENTO, AllocationMemento, allocation_memento)                 \
7846 class AllocationMemento: public Struct {
7859 DECLARE_PRINTER(AllocationMemento)
7860 DECLARE_VERIFIER(AllocationMemento)
7862 // Returns NULL if no AllocationMemento is available for object.
7863 static AllocationMemento* FindForJSObject(JSObject* object);
7864 static inline AllocationMemento* cast(Object* obj);
7867 DISALLOW_IMPLICIT_CONSTRUCTORS(AllocationMemento);