Home
last modified time | relevance | path

Searched refs:IsAllowed (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/common/
H A Dassert-scope.h43 V8_EXPORT_PRIVATE static bool IsAllowed();
88 static bool IsAllowed(Isolate* isolate); \
154 V8_EXPORT_PRIVATE static bool IsAllowed() { in IsAllowed() function in v8::internal::CombinationAssertScope
155 // Define IsAllowed() explicitly rather than with using Scope::IsAllowed, to in IsAllowed()
156 // allow SFINAE removal of IsAllowed() when it's not defined (under debug). in IsAllowed()
157 return Scope::IsAllowed(); in IsAllowed()
176 V8_EXPORT_PRIVATE static bool IsAllowed() { in IsAllowed() function in v8::internal::CombinationAssertScope
177 return Scope::IsAllowed() && NextScopes::IsAllowed(); in IsAllowed()
[all...]
H A Dassert-scope.cc47 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() { in IsAllowed() function in v8::internal::PerThreadAssertScope
61 bool ScopeType::IsAllowed(Isolate* isolate) { return isolate->field(); } \
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap-inl.h25 DCHECK(AllowHandleAllocation::IsAllowed()); in AllocateRaw()
26 DCHECK(AllowHeapAllocation::IsAllowed()); in AllocateRaw()
H A Dheap-allocator-inl.h59 DCHECK(AllowHandleAllocation::IsAllowed()); in AllocateRaw()
60 DCHECK(AllowHeapAllocation::IsAllowed()); in AllocateRaw()
107 DCHECK(AllowCodeAllocation::IsAllowed()); in AllocateRaw()
H A Dparked-scope.h55 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedMutexGuard()
80 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedSharedMutexGuardIf()
H A Dlocal-heap.h48 DCHECK(AllowSafepoints::IsAllowed()); in Safepoint()
269 DCHECK(AllowSafepoints::IsAllowed()); in Park()
277 DCHECK(AllowSafepoints::IsAllowed()); in Unpark()
H A Dsafepoint.cc35 DCHECK(AllowGarbageCollection::IsAllowed()); in EnterLocalSafepointScope()
H A Dheap.cc1052 DCHECK(!AllowGarbageCollection::IsAllowed()); in GarbageCollectionPrologue()
1784 DCHECK(AllowGarbageCollection::IsAllowed()); in CollectGarbage()
/third_party/node/deps/v8/src/handles/
H A Dhandles-inl.h163 DCHECK(AllowHandleAllocation::IsAllowed()); in CreateHandle()
180 DCHECK(AllowHandleAllocation::IsAllowed()); in GetHandle()
192 DCHECK(AllowHandleAllocation::IsAllowed()); in SealHandleScope()
H A Dhandles.cc51 if (!AllowHandleDereference::IsAllowed()) return false; in IsDereferenceAllowed()
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc368 CHECK(AllowJavascriptExecution::IsAllowed(isolate)); in Invoke()
369 if (!ThrowOnJavascriptExecution::IsAllowed(isolate)) { in Invoke()
376 if (!DumpOnJavascriptExecution::IsAllowed(isolate)) { in Invoke()
H A Disolate.cc1765 if (AllowGarbageCollection::IsAllowed()) { in ThrowInternal()
2534 DCHECK(AllowExceptions::IsAllowed(this)); in ThrowInternal()
/third_party/node/deps/v8/src/extensions/
H A Dstatistics-extension.cc144 DCHECK(!AllowGarbageCollection::IsAllowed()); in GetCounters()
/third_party/node/deps/v8/src/runtime/
H A Druntime-compiler.cc180 DCHECK(AllowGarbageCollection::IsAllowed()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h345 DCHECK(!AllowGarbageCollection::IsAllowed()); in Find()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc867 DCHECK(AllowCompilation::IsAllowed(isolate)); in FinalizeDeferredUnoptimizedCompilationJobs()
1887 DCHECK(AllowHeapAllocation::IsAllowed()); in CollectSourcePositions()
1909 DCHECK(AllowCompilation::IsAllowed(isolate)); in CollectSourcePositions()
1986 DCHECK(AllowCompilation::IsAllowed(isolate)); in Compile()
2260 DCHECK(AllowCompilation::IsAllowed(isolate)); in Compile()
/third_party/node/deps/v8/src/objects/
H A Dcode.cc872 DCHECK(AllowCodeDependencyChange::IsAllowed()); in DeoptimizeDependentCodeGroup()
H A Dcode-inl.h764 DCHECK_IMPLIES(flag, AllowDeoptimization::IsAllowed(GetIsolate())); in set_marked_for_deoptimization()
H A Dstring.cc53 DCHECK(AllowGarbageCollection::IsAllowed()); in SlowFlatten()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc504 DCHECK(AllowGarbageCollection::IsAllowed()); in Deoptimizer()
579 DCHECK(!AllowGarbageCollection::IsAllowed()); in DeleteFrameDescriptions()

Completed in 39 milliseconds