Home
last modified time | relevance | path

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

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