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

  /external/v8/src/
allocation-site-scopes.cc 12 Handle<AllocationSite> scope_site; local
17 scope_site = Handle<AllocationSite>(*top(), isolate());
20 static_cast<void*>(*scope_site));
24 scope_site = isolate()->factory()->NewAllocationSite();
29 static_cast<void*>(*scope_site));
31 current()->set_nested_site(*scope_site);
32 update_current_site(*scope_site);
34 DCHECK(!scope_site.is_null());
35 return scope_site;
40 Handle<AllocationSite> scope_site,
    [all...]
allocation-site-scopes.h 83 inline void ExitScope(Handle<AllocationSite> scope_site,
87 DCHECK(object.is_null() || *object == scope_site->transition_info());

Completed in 361 milliseconds