Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc223 inline void ExitScope(Handle<AllocationSite> scope_site, in ExitScope() argument
245 Handle<AllocationSite> scope_site; in EnterNewScope() local
250 scope_site = Handle<AllocationSite>(*top(), isolate()); in EnterNewScope()
253 static_cast<void*>(*scope_site)); in EnterNewScope()
257 scope_site = isolate()->factory()->NewAllocationSite(false); in EnterNewScope()
264 static_cast<void*>(*scope_site)); in EnterNewScope()
266 current()->set_nested_site(*scope_site); in EnterNewScope()
267 update_current_site(*scope_site); in EnterNewScope()
269 DCHECK(!scope_site.is_null()); in EnterNewScope()
270 return scope_site; in EnterNewScope()
[all …]
/external/v8/src/
Dallocation-site-scopes.h71 inline void ExitScope(Handle<AllocationSite> scope_site, in ExitScope() argument
75 DCHECK(object.is_null() || *object == scope_site->boilerplate()); in ExitScope()