Home
last modified time | relevance | path

Searched refs:ShouldCreateMemento (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dallocation-site-scopes.h28 bool ShouldCreateMemento(Handle<JSObject> object) { return false; } in ShouldCreateMemento() function
91 bool ShouldCreateMemento(Handle<JSObject> object);
Dallocation-site-scopes.cc63 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) { in ShouldCreateMemento() function in v8::internal::AllocationSiteUsageContext
Dobjects.cc5416 if (site_context()->ShouldCreateMemento(object)) { in StructureWalk()