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

  /external/v8/src/
allocation-site-scopes.cc 15 Handle<AllocationSite> scope_site; local
20 scope_site = Handle<AllocationSite>(*top(), isolate());
23 static_cast<void*>(*scope_site));
27 scope_site = isolate()->factory()->NewAllocationSite();
32 static_cast<void*>(*scope_site));
34 current()->set_nested_site(*scope_site);
35 update_current_site(*scope_site);
37 DCHECK(!scope_site.is_null());
38 return scope_site;
43 Handle<AllocationSite> scope_site,
    [all...]
allocation-site-scopes.h 81 inline void ExitScope(Handle<AllocationSite> scope_site,
85 DCHECK(object.is_null() || *object == scope_site->transition_info());

Completed in 52 milliseconds