Home
last modified time | relevance | path

Searched refs:AllowGarbageCollection (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/v8/src/heap/
Dparked-scope.h55 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedMutexGuard()
80 DCHECK(AllowGarbageCollection::IsAllowed()); in ParkedSharedMutexGuardIf()
Dheap.cc1052 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 …]
Dsafepoint.cc35 DCHECK(AllowGarbageCollection::IsAllowed()); in EnterLocalSafepointScope()
Dobject-stats.cc1115 AllowGarbageCollection allow_gc; in IterateHeap()
/third_party/node/deps/v8/src/json/
Djson-parser.cc924 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()
Djson-stringifier.cc391 AllowGarbageCollection allow_to_return_error; in StackPush()
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc330 AllowGarbageCollection yes_gc; in CheckStackGuardState()
334 AllowGarbageCollection yes_gc; in CheckStackGuardState()
454 AllowGarbageCollection allow_allocation; in Execute()
Dregexp-interpreter.cc214 AllowGarbageCollection yes_gc; in ThrowStackOverflow()
288 AllowGarbageCollection yes_gc; in HandleInterrupts()
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-interpreter.cc248 AllowGarbageCollection yes_gc; in HandleInterrupts()
261 AllowGarbageCollection yes_gc; in HandleInterrupts()
/third_party/node/deps/v8/src/extensions/
Dstatistics-extension.cc144 DCHECK(!AllowGarbageCollection::IsAllowed()); in GetCounters()
/third_party/node/deps/v8/src/objects/
Dkeys.cc289 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()
Dkeys.h91 void AddShadowingKey(Object key, AllowGarbageCollection* allow_gc);
Dbigint.cc460 AllowGarbageCollection terminating_anyway; in Multiply()
494 AllowGarbageCollection terminating_anyway; in Divide()
522 AllowGarbageCollection terminating_anyway; in Remainder()
988 AllowGarbageCollection terminating_anyway; in ToString()
Dstring-inl.h659 AllowGarbageCollection yes_gc; in Flatten()
/third_party/node/deps/v8/src/common/
Dassert-scope.h269 using AllowGarbageCollection = variable
/third_party/node/deps/v8/src/snapshot/
Dcontext-serializer.cc280 AllowGarbageCollection allow_gc; in SerializeJSObjectWithEmbedderFields()
Dserializer.h345 DCHECK(!AllowGarbageCollection::IsAllowed()); in Find()
Dcode-serializer.cc149 AllowGarbageCollection allow_gc; in SerializeObjectImpl()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc2107 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/
Druntime-compiler.cc180 DCHECK(AllowGarbageCollection::IsAllowed()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string.cc315 AllowGarbageCollection allocate_error_and_return; in ConvertCaseHelper()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc130 AllowGarbageCollection yes_gc; in InstallAll()
151 AllowGarbageCollection yes_gc; in InstallAllPredictable()
/third_party/node/deps/v8/src/debug/
Ddebug-coverage.cc531 AllowGarbageCollection allow_gc; in CollectAndMaybeResetCounts()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc504 DCHECK(AllowGarbageCollection::IsAllowed()); in Deoptimizer()
579 DCHECK(!AllowGarbageCollection::IsAllowed()); in DeleteFrameDescriptions()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc822 AllowGarbageCollection allocation; in AssembleSourcePosition()

12