Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlocal-heap.h48 DCHECK(AllowSafepoints::IsAllowed()); in Safepoint()
269 DCHECK(AllowSafepoints::IsAllowed()); in Park()
277 DCHECK(AllowSafepoints::IsAllowed()); in Unpark()
/third_party/node/deps/v8/src/common/
Dassert-scope.h216 using AllowSafepoints = PerThreadAssertScopeDebugOnly<SAFEPOINTS_ASSERT, true>; variable
270 CombinationAssertScope<AllowSafepoints, AllowHeapAllocation>;