Searched refs:ShouldCreateMemento (Results 1 – 3 of 3) sorted by relevance
28 bool ShouldCreateMemento(Handle<JSObject> object) { return false; } in ShouldCreateMemento() function91 bool ShouldCreateMemento(Handle<JSObject> object);
63 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) { in ShouldCreateMemento() function in v8::internal::AllocationSiteUsageContext
5416 if (site_context()->ShouldCreateMemento(object)) { in StructureWalk()