Searched refs:global_safepoint (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot.h | 72 const GlobalSafepointScope& global_safepoint, 79 const GlobalSafepointScope& global_safepoint,
|
H A D | snapshot.cc | 315 GlobalSafepointScope global_safepoint(isolate); in SerializeDeserializeAndVerifyForTesting() 325 global_safepoint, no_gc, flags); in SerializeDeserializeAndVerifyForTesting() 366 const GlobalSafepointScope& global_safepoint, in Create() 450 const GlobalSafepointScope& global_safepoint, in Create() 455 return Snapshot::Create(isolate, &contexts, callbacks, global_safepoint, in Create() 362 Create( Isolate* isolate, std::vector<Context>* contexts, const std::vector<SerializeInternalFieldsCallback>& embedder_fields_serializers, const GlobalSafepointScope& global_safepoint, const DisallowGarbageCollection& no_gc, SerializerFlags flags) Create() argument 449 Create(Isolate* isolate, Context default_context, const GlobalSafepointScope& global_safepoint, const DisallowGarbageCollection& no_gc, SerializerFlags flags) Create() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | safepoint.cc | 75 shared_isolate()->global_safepoint()->AssertActive(); in InitiateGlobalSafepointScope() 83 shared_isolate()->global_safepoint()->AssertActive(); in TryInitiateGlobalSafepointScope() 404 shared_isolate_->global_safepoint()->EnterGlobalSafepointScope(initiator_); in GlobalSafepointScope() 412 shared_isolate_->global_safepoint()->LeaveGlobalSafepointScope(initiator_); in ~GlobalSafepointScope()
|
H A D | heap.cc | 2405 GlobalSafepointScope global_safepoint(initiator); in PerformSharedGarbageCollection() 2413 DCHECK_NOT_NULL(isolate()->global_safepoint()); in PerformSharedGarbageCollection() 2415 isolate()->global_safepoint()->IterateClientIsolates([](Isolate* client) { in PerformSharedGarbageCollection() 2430 isolate()->global_safepoint()->IterateClientIsolates([](Isolate* client) { in PerformSharedGarbageCollection() 5119 isolate()->global_safepoint()->IterateClientIsolates( in IterateRootsIncludingClients()
|
H A D | mark-compact.cc | 1976 isolate()->global_safepoint()->IterateClientIsolates( in MarkRoots() 1988 isolate()->global_safepoint()->IterateClientIsolates( in MarkObjectsFromClientHeaps() 4656 isolate()->global_safepoint()->IterateClientIsolates( in UpdatePointersInClientHeaps()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 3387 if (is_shared()) global_safepoint()->AssertNoClients(); in ThrowInternal() 3967 clients_guard.emplace(&shared_isolate_->global_safepoint()->clients_mutex_); in ThrowInternal() 5648 shared_isolate_->global_safepoint()->AppendClient(this); in ThrowInternal() 5660 shared_isolate_->global_safepoint()->RemoveClient(this); in ThrowInternal()
|
H A D | isolate.h | 1936 GlobalSafepoint* global_safepoint() const { return global_safepoint_.get(); } in global_safepoint() function in v8::internal::final
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 645 i::GlobalSafepointScope global_safepoint(isolate); in CreateBlob() 683 global_safepoint, no_gc_from_here_on); in CreateBlob()
|
Completed in 55 milliseconds