Home
last modified time | relevance | path

Searched refs:global_handles (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc53 NodeBlock(GlobalHandles* global_handles,
56 global_handles_(global_handles),
65 GlobalHandles* global_handles() const { return global_handles_; } in global_handles() function in v8::internal::final
218 explicit NodeSpace(GlobalHandles* global_handles) V8_NOEXCEPT
219 : global_handles_(global_handles) {} in global_handles_()
267 global_handles_->isolate()->counters()->global_handles()->Increment(); in Acquire()
299 global_handles_->isolate()->counters()->global_handles()->Decrement(); in Free()
640 GlobalHandles* global_handles() { in global_handles() function in v8::internal::final
641 return NodeBlock<Node>::From(this)->global_handles(); in global_handles()
719 static void Verify(GlobalHandles* global_handles, cons
751 OnStackTracedNodeSpace(GlobalHandles* global_handles) OnStackTracedNodeSpace() argument
773 GlobalHandles* global_handles; global() member
877 auto* global_handles = isolate->global_handles(); EnableMarkingBarrier() local
884 auto* global_handles = isolate->global_handles(); DisableMarkingBarrier() local
890 Verify(GlobalHandles* global_handles, const Address* const* slot) Verify() argument
997 GlobalHandles* global_handles = CopyGlobal() local
1020 GlobalHandles* global_handles = CopyTracedReference() local
1061 GlobalHandles* global_handles = nullptr; MoveTracedReference() local
1146 auto* global_handles = GlobalHandles::From(node); DestroyTracedReference() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc118 context_ = isolate->global_handles()->Create(*context); in MeasureMemoryDelegate()
119 promise_ = isolate->global_handles()->Create(*promise); in MeasureMemoryDelegate()
123 isolate_->global_handles()->Destroy(promise_.location()); in ~MeasureMemoryDelegate()
124 isolate_->global_handles()->Destroy(context_.location()); in ~MeasureMemoryDelegate()
185 isolate_->global_handles()->Create(*weak_contexts); in EnqueueRequest()
H A Dscavenger.cc325 isolate_->global_handles()->IdentifyWeakUnmodifiedObjects( in CollectGarbage()
341 isolate_->global_handles()->IterateYoungStrongAndDependentRoots( in CollectGarbage()
369 isolate_->global_handles()->MarkYoungWeakDeadObjectsPending( in CollectGarbage()
371 isolate_->global_handles()->IterateYoungWeakDeadObjectsForFinalizers( in CollectGarbage()
377 isolate_->global_handles()->IterateYoungWeakObjectsForPhantomHandles( in CollectGarbage()
H A Dembedder-tracing.cc185 isolate_->global_handles()->NotifyEmptyEmbedderStack(); in NotifyEmptyEmbedderStack()
H A Dheap.cc1096 return isolate_->global_handles()->TotalSize(); in TotalGlobalHandlesSize()
1100 return isolate_->global_handles()->UsedSize(); in UsedGlobalHandlesSize()
1434 if (FLAG_print_global_handles) isolate_->global_handles()->Print(); in GarbageCollectionEpilogueInSafepoint()
1787 isolate()->global_handles()->InvokeSecondPassPhantomCallbacks(); in CollectGarbage()
1826 ->global_handles() in CollectGarbage()
1935 isolate_->global_handles()->PostGarbageCollectionProcessing( in CollectGarbage()
2348 isolate_->global_handles()->InvokeFirstPassWeakCallbacks(); in PerformGarbageCollection()
5022 isolate_->global_handles()->IterateYoungStrongAndDependentRoots(v); in IterateRoots()
5025 isolate_->global_handles()->IterateStrongRoots(v); in IterateRoots()
5031 isolate_->global_handles() in IterateRoots()
[all...]
H A Dmark-compact.cc2454 heap()->isolate()->global_handles()->IterateWeakRootsIdentifyFinalizers( in MarkLiveObjects()
2464 heap()->isolate()->global_handles()->IterateWeakRootsForFinalizers( in MarkLiveObjects()
2481 heap()->isolate()->global_handles()->IterateWeakRootsForPhantomHandles( in MarkLiveObjects()
5734 isolate()->global_handles()->IdentifyWeakUnmodifiedObjects( in MarkRootSetInParallel()
5743 isolate()->global_handles()->IterateYoungStrongAndDependentRoots( in MarkRootSetInParallel()
5788 isolate()->global_handles()->MarkYoungWeakDeadObjectsPending( in MarkLiveObjects()
5790 isolate()->global_handles()->IterateYoungWeakDeadObjectsForFinalizers( in MarkLiveObjects()
5792 isolate()->global_handles()->IterateYoungWeakObjectsForPhantomHandles( in MarkLiveObjects()
/third_party/node/deps/v8/src/profiler/
H A Dweak-code-registry.cc29 Handle<AbstractCode> handle = isolate_->global_handles()->Create(*code); in Track()
H A Dallocation-tracker.cc280 script_ = script.GetIsolate()->global_handles()->Create(script); in UnresolvedLocation()
H A Dheap-snapshot-generator.cc2356 isolate->global_handles()->IterateAllRoots(&enumerator); in CollectGlobalObjectsTags()
/third_party/node/deps/v8/src/objects/
H A Dmanaged-inl.h52 Handle<Object> global_handle = isolate->global_handles()->Create(*handle); in FromSharedPtr()
H A Dvalue-serializer.cc1179 id_map_(isolate->global_handles()->Create( in ValueDeserializer()
1189 id_map_(isolate->global_handles()->Create( in ValueDeserializer()
1376 array_buffer_transfer_map_ = isolate_->global_handles()->Create( in TransferArrayBuffer()
1386 isolate_->global_handles()->Create(*new_dictionary); in TransferArrayBuffer()
2437 id_map_ = isolate_->global_handles()->Create(*new_array); in AddObjectWithID()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-batch-compiler.cc309 compilation_queue_ = isolate_->global_handles()->Create( in EnsureQueueCapacity()
319 compilation_queue_ = isolate_->global_handles()->Create(*new_queue); in EnsureQueueCapacity()
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-serializer.cc287 isolate_->global_handles()->IterateAllRoots(this); in CheckGlobalAndEternalHandles()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc103 isolate->global_handles()->IterateTracedNodes(&forwarding_visitor); in TraceV8ToCppGCReferences()
469 isolate_->global_handles()->SetStackStart(base::Stack::GetStackStart()); in AttachIsolate()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc459 GlobalHandles* global_handles = isolate->global_handles(); in DebugInfoListNode() local
460 debug_info_ = global_handles->Create(debug_info).location(); in DebugInfoListNode()
932 isolate_->global_handles()->Create(*new_list); in RecordWasmScriptWithBreakpoints()
949 isolate_->global_handles()->Destroy( in RecordWasmScriptWithBreakpoints()
952 isolate_->global_handles()->Create(*new_list); in RecordWasmScriptWithBreakpoints()
/third_party/node/deps/v8/src/logging/
H A Dcounters-definitions.h286 SC(global_handles, V8.GlobalHandles) \
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc2026 isolate->global_handles()->Create(context->native_context()); in AsyncCompileJob()
2027 incumbent_context_ = isolate->global_handles()->Create(*incumbent_context); in AsyncCompileJob()
2122 isolate_->global_handles()->Destroy(native_context_.location()); in ~AsyncCompileJob()
2123 isolate_->global_handles()->Destroy(incumbent_context_.location()); in ~AsyncCompileJob()
2125 isolate_->global_handles()->Destroy(module_object_.location()); in ~AsyncCompileJob()
2169 module_object_ = isolate_->global_handles()->Create(*module_object); in PrepareRuntimeObjects()
3026 job_->isolate_->global_handles()->Create(*result.ToHandleChecked()); in Deserialize()
H A Dwasm-js.cc265 : promise_(isolate->global_handles()->Create(*promise)) { in AsyncCompilationResolver()
308 : promise_(isolate->global_handles()->Create(*promise)) { in InstantiateModuleResultResolver()
350 promise_(isolate_->global_handles()->Create(*promise)), in InstantiateBytesResultResolver()
351 module_(isolate_->global_handles()->Create(*module)) { in InstantiateBytesResultResolver()
414 promise_(isolate_->global_handles()->Create(*promise)), in AsyncInstantiateCompileResultResolver()
417 : isolate_->global_handles()->Create( in AsyncInstantiateCompileResultResolver()
H A Dwasm-engine.cc144 script->GetIsolate()->global_handles()->Create(*script); in WeakScriptHandle()
H A Dc-api.cc513 store->host_info_map_ = i_isolate->global_handles()->Create(
906 self->val_ = isolate->global_handles()->Create(*obj); in make()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc663 storage_(isolate->global_handles()->Create(*storage)), in ArrayConcatVisitor()
811 storage_ = isolate_->global_handles()->Create(storage); in set_storage()
/third_party/node/deps/v8/src/api/
H A Dapi.cc822 isolate->global_handles()->CreateTraced(*obj, slot, store_mode); in GlobalizeTracedReference()
850 i::Handle<i::Object> result = isolate->global_handles()->Create(*obj); in GlobalizeReference()
9063 return isolate->global_handles()->GetAndResetGlobalHandleResetCount(); in NumberOfPhantomHandleResetsSinceLastCall()
9518 isolate->global_handles()->IterateAllRootsWithClassIds(visitor); in VisitHandlesWithClassIds()
9524 isolate->global_handles()->IterateYoungWeakRootsWithClassIds(visitor); in VisitWeakHandles()
10315 reinterpret_cast<i::Isolate*>(isolate_)->global_handles()->SetStackStart( in SetStackStart()
10364 isolate->global_handles()->IterateTracedNodes(visitor); in IterateTracedGlobalHandles()
/third_party/node/deps/v8/src/execution/
H A Disolate.h1267 GlobalHandles* global_handles() const { return global_handles_; } in global_handles() function in v8::internal::final

Completed in 127 milliseconds