/third_party/node/deps/v8/src/heap/ |
D | parked-scope.h | 55 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedMutexGuard() 80 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedSharedMutexGuardIf()
|
D | heap.cc | 1052 DCHECK(!AllowGarbageCollection::IsAllowed()); in GarbageCollectionPrologue() 1463 AllowGarbageCollection for_the_rest_of_the_epilogue; in GarbageCollectionEpilogue() 1784 DCHECK(AllowGarbageCollection::IsAllowed()); in CollectGarbage() 1801 AllowGarbageCollection allow_gc; in CollectGarbage() 1932 AllowGarbageCollection allow_gc; in CollectGarbage() 1944 AllowGarbageCollection allow_gc; in CollectGarbage() 2008 AllowGarbageCollection allow_shared_gc; in StartIncrementalMarking() 2281 AllowGarbageCollection allow_shared_gc; in PerformGarbageCollection() 2292 AllowGarbageCollection allow_gc; in PerformGarbageCollection() 2377 AllowGarbageCollection allow_gc; in PerformGarbageCollection() [all …]
|
D | safepoint.cc | 35 DCHECK(AllowGarbageCollection::IsAllowed()); in EnterLocalSafepointScope()
|
D | object-stats.cc | 1115 AllowGarbageCollection allow_gc; in IterateHeap()
|
/third_party/node/deps/v8/src/json/ |
D | json-parser.cc | 924 AllowGarbageCollection allow_before_exception; in ParseJsonNumber() 935 AllowGarbageCollection allow_before_exception; in ParseJsonNumber() 961 AllowGarbageCollection allow_before_exception; in ParseJsonNumber() 972 AllowGarbageCollection allow_before_exception; in ParseJsonNumber() 1139 AllowGarbageCollection allow_before_exception; in ScanJsonString() 1159 AllowGarbageCollection allow_before_exception; in ScanJsonString() 1177 AllowGarbageCollection allow_before_exception; in ScanJsonString() 1190 AllowGarbageCollection allow_before_exception; in ScanJsonString() 1200 AllowGarbageCollection allow_before_exception; in ScanJsonString()
|
D | json-stringifier.cc | 391 AllowGarbageCollection allow_to_return_error; in StackPush()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 330 AllowGarbageCollection yes_gc; in CheckStackGuardState() 334 AllowGarbageCollection yes_gc; in CheckStackGuardState() 454 AllowGarbageCollection allow_allocation; in Execute()
|
D | regexp-interpreter.cc | 214 AllowGarbageCollection yes_gc; in ThrowStackOverflow() 288 AllowGarbageCollection yes_gc; in HandleInterrupts()
|
/third_party/node/deps/v8/src/regexp/experimental/ |
D | experimental-interpreter.cc | 248 AllowGarbageCollection yes_gc; in HandleInterrupts() 261 AllowGarbageCollection yes_gc; in HandleInterrupts()
|
/third_party/node/deps/v8/src/extensions/ |
D | statistics-extension.cc | 144 DCHECK(!AllowGarbageCollection::IsAllowed()); in GetCounters()
|
/third_party/node/deps/v8/src/objects/ |
D | keys.cc | 289 AllowGarbageCollection* allow_gc) { in AddShadowingKey() 759 AllowGarbageCollection allow_gc; in CollectOwnPropertyNamesInternal() 812 AllowGarbageCollection allow_gc; in CommonCopyEnumKeysTo() 928 AllowGarbageCollection gc; in CollectKeysFromDictionary() 992 AllowGarbageCollection allow_gc; in CollectOwnPropertyNames()
|
D | keys.h | 91 void AddShadowingKey(Object key, AllowGarbageCollection* allow_gc);
|
D | bigint.cc | 460 AllowGarbageCollection terminating_anyway; in Multiply() 494 AllowGarbageCollection terminating_anyway; in Divide() 522 AllowGarbageCollection terminating_anyway; in Remainder() 988 AllowGarbageCollection terminating_anyway; in ToString()
|
D | string-inl.h | 659 AllowGarbageCollection yes_gc; in Flatten()
|
/third_party/node/deps/v8/src/common/ |
D | assert-scope.h | 269 using AllowGarbageCollection = variable
|
/third_party/node/deps/v8/src/snapshot/ |
D | context-serializer.cc | 280 AllowGarbageCollection allow_gc; in SerializeJSObjectWithEmbedderFields()
|
D | serializer.h | 345 DCHECK(!AllowGarbageCollection::IsAllowed()); in Find()
|
D | code-serializer.cc | 149 AllowGarbageCollection allow_gc; in SerializeObjectImpl()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 2107 AllowGarbageCollection allow_gc; in DeserializeExports() 2367 AllowGarbageCollection allow_gc; in ProcessDeferredReferences() 2375 AllowGarbageCollection allow_gc; in ProcessDeferredReferences() 2383 AllowGarbageCollection allow_gc; in ProcessDeferredReferences() 2391 AllowGarbageCollection allow_gc; in ProcessDeferredReferences() 2414 AllowGarbageCollection allow_gc; in ProcessDeferredReferences()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-compiler.cc | 180 DCHECK(AllowGarbageCollection::IsAllowed()); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-string.cc | 315 AllowGarbageCollection allocate_error_and_return; in ConvertCaseHelper()
|
/third_party/node/deps/v8/src/compiler/ |
D | compilation-dependencies.cc | 130 AllowGarbageCollection yes_gc; in InstallAll() 151 AllowGarbageCollection yes_gc; in InstallAllPredictable()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-coverage.cc | 531 AllowGarbageCollection allow_gc; in CollectAndMaybeResetCounts()
|
/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/compiler/backend/ |
D | code-generator.cc | 822 AllowGarbageCollection allocation; in AssembleSourcePosition()
|