HomeSort by relevance Sort by last modified time
    Searched refs:AllocationSiteUsageContext (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
allocation-site-scopes.h 61 // AllocationSiteUsageContext aids in the creation of AllocationMementos placed
63 class AllocationSiteUsageContext : public AllocationSiteContext {
65 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site,
allocation-site-scopes.cc 63 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) {
objects.h     [all...]
factory.cc     [all...]
objects.cc     [all...]
  /external/v8/src/compiler/
js-create-lowering.h 14 class AllocationSiteUsageContext;
69 AllocationSiteUsageContext* site_context);
73 AllocationSiteUsageContext* site_context);
js-create-lowering.cc 635 AllocationSiteUsageContext site_context(isolate(), site, false);
    [all...]
  /external/v8/src/runtime/
runtime-literals.cc 263 AllocationSiteUsageContext usage_context(isolate, site, enable_mementos);
314 AllocationSiteUsageContext usage_context(isolate, site, enable_mementos);
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc     [all...]

Completed in 780 milliseconds