Home
last modified time | relevance | path

Searched refs:scope_site (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dallocation-site-scopes.cc12 Handle<AllocationSite> scope_site; in EnterNewScope() local
17 scope_site = Handle<AllocationSite>(*top(), isolate()); in EnterNewScope()
20 static_cast<void*>(*scope_site)); in EnterNewScope()
24 scope_site = isolate()->factory()->NewAllocationSite(); in EnterNewScope()
29 static_cast<void*>(*scope_site)); in EnterNewScope()
31 current()->set_nested_site(*scope_site); in EnterNewScope()
32 update_current_site(*scope_site); in EnterNewScope()
34 ASSERT(!scope_site.is_null()); in EnterNewScope()
35 return scope_site; in EnterNewScope()
40 Handle<AllocationSite> scope_site, in ExitScope() argument
[all …]
Dallocation-site-scopes.h84 inline void ExitScope(Handle<AllocationSite> scope_site, in ExitScope() argument
88 ASSERT(object.is_null() || *object == scope_site->transition_info()); in ExitScope()