Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc241 inline void ExitScope(Handle<AllocationSite> scope_site, in ExitScope() argument
262 Handle<AllocationSite> scope_site; in EnterNewScope() local
267 scope_site = Handle<AllocationSite>(*top(), isolate()); in EnterNewScope()
270 reinterpret_cast<void*>(scope_site->ptr())); in EnterNewScope()
274 scope_site = isolate()->factory()->NewAllocationSite(false); in EnterNewScope()
282 reinterpret_cast<void*>(scope_site->ptr())); in EnterNewScope()
284 current()->set_nested_site(*scope_site); in EnterNewScope()
285 update_current_site(*scope_site); in EnterNewScope()
287 DCHECK(!scope_site.is_null()); in EnterNewScope()
288 return scope_site; in EnterNewScope()
[all …]
/third_party/node/deps/v8/src/objects/
Dallocation-site-scopes-inl.h34 void AllocationSiteUsageContext::ExitScope(Handle<AllocationSite> scope_site, in ExitScope() argument
38 DCHECK(object.is_null() || *object == scope_site->boilerplate()); in ExitScope()
Dallocation-site-scopes.h52 inline void ExitScope(Handle<AllocationSite> scope_site,