/third_party/node/deps/v8/src/common/ |
D | assert-scope.h | 43 V8_EXPORT_PRIVATE static bool IsAllowed(); 88 static bool IsAllowed(Isolate* isolate); \ 154 V8_EXPORT_PRIVATE static bool IsAllowed() { in IsAllowed() function 157 return Scope::IsAllowed(); in IsAllowed() 176 V8_EXPORT_PRIVATE static bool IsAllowed() { in IsAllowed() function 177 return Scope::IsAllowed() && NextScopes::IsAllowed(); in IsAllowed()
|
D | assert-scope.cc | 47 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/ |
D | local-heap-inl.h | 25 DCHECK(AllowHandleAllocation::IsAllowed()); in AllocateRaw() 26 DCHECK(AllowHeapAllocation::IsAllowed()); in AllocateRaw()
|
D | heap-allocator-inl.h | 59 DCHECK(AllowHandleAllocation::IsAllowed()); in AllocateRaw() 60 DCHECK(AllowHeapAllocation::IsAllowed()); in AllocateRaw() 107 DCHECK(AllowCodeAllocation::IsAllowed()); in AllocateRaw()
|
D | parked-scope.h | 55 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedMutexGuard() 80 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedSharedMutexGuardIf()
|
D | local-heap.h | 48 DCHECK(AllowSafepoints::IsAllowed()); in Safepoint() 269 DCHECK(AllowSafepoints::IsAllowed()); in Park() 277 DCHECK(AllowSafepoints::IsAllowed()); in Unpark()
|
D | safepoint.cc | 35 DCHECK(AllowGarbageCollection::IsAllowed()); in EnterLocalSafepointScope()
|
D | heap.cc | 1052 DCHECK(!AllowGarbageCollection::IsAllowed()); in GarbageCollectionPrologue() 1784 DCHECK(AllowGarbageCollection::IsAllowed()); in CollectGarbage()
|
/third_party/node/deps/v8/src/handles/ |
D | handles-inl.h | 163 DCHECK(AllowHandleAllocation::IsAllowed()); in CreateHandle() 180 DCHECK(AllowHandleAllocation::IsAllowed()); in GetHandle() 192 DCHECK(AllowHandleAllocation::IsAllowed()); in SealHandleScope()
|
D | handles.cc | 51 if (!AllowHandleDereference::IsAllowed()) return false; in IsDereferenceAllowed()
|
/third_party/node/deps/v8/src/execution/ |
D | execution.cc | 368 CHECK(AllowJavascriptExecution::IsAllowed(isolate)); in Invoke() 369 if (!ThrowOnJavascriptExecution::IsAllowed(isolate)) { in Invoke() 376 if (!DumpOnJavascriptExecution::IsAllowed(isolate)) { in Invoke()
|
D | isolate.cc | 1765 if (AllowGarbageCollection::IsAllowed()) { in ThrowInternal() 2534 DCHECK(AllowExceptions::IsAllowed(this)); in ThrowInternal()
|
/third_party/node/deps/v8/src/extensions/ |
D | statistics-extension.cc | 144 DCHECK(!AllowGarbageCollection::IsAllowed()); in GetCounters()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-compiler.cc | 180 DCHECK(AllowGarbageCollection::IsAllowed()); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.h | 345 DCHECK(!AllowGarbageCollection::IsAllowed()); in Find()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 867 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/deoptimizer/ |
D | deoptimizer.cc | 504 DCHECK(AllowGarbageCollection::IsAllowed()); in Deoptimizer() 579 DCHECK(!AllowGarbageCollection::IsAllowed()); in DeleteFrameDescriptions()
|
/third_party/node/deps/v8/src/objects/ |
D | code.cc | 872 DCHECK(AllowCodeDependencyChange::IsAllowed()); in DeoptimizeDependentCodeGroup()
|
D | code-inl.h | 764 DCHECK_IMPLIES(flag, AllowDeoptimization::IsAllowed(GetIsolate())); in set_marked_for_deoptimization()
|
D | string.cc | 53 DCHECK(AllowGarbageCollection::IsAllowed()); in SlowFlatten()
|