Home
last modified time | relevance | path

Searched refs:IsolateSafepoint (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.cc29 IsolateSafepoint::IsolateSafepoint(Heap* heap) in IsolateSafepoint() function in v8::internal::IsolateSafepoint
32 void IsolateSafepoint::EnterLocalSafepointScope() { in EnterLocalSafepointScope()
60 IsolateSafepoint* safepoint() const { return heap()->safepoint(); } in safepoint()
73 void IsolateSafepoint::InitiateGlobalSafepointScope( in InitiateGlobalSafepointScope()
81 void IsolateSafepoint::TryInitiateGlobalSafepointScope( in TryInitiateGlobalSafepointScope()
105 void IsolateSafepoint::InitiateGlobalSafepointScopeRaw( in InitiateGlobalSafepointScopeRaw()
123 IsolateSafepoint::IncludeMainThread IsolateSafepoint::ShouldIncludeMainThread( in ShouldIncludeMainThread()
129 size_t IsolateSafepoint::SetSafepointRequestedFlags( in SetSafepointRequestedFlags()
155 void IsolateSafepoint::LockMutex(LocalHeap* local_heap) { in LockMutex()
162 void IsolateSafepoint::LeaveGlobalSafepointScope(Isolate* initiator) { in LeaveGlobalSafepointScope()
[all …]
Dsafepoint.h25 class IsolateSafepoint final {
27 explicit IsolateSafepoint(Heap* heap);
160 IsolateSafepoint* safepoint_;
Dlocal-heap.h322 friend class IsolateSafepoint; variable
Dheap.h84 class IsolateSafepoint; variable
696 IsolateSafepoint* safepoint() { return safepoint_.get(); } in safepoint()
2380 std::unique_ptr<IsolateSafepoint> safepoint_;
Dheap.cc210 safepoint_(std::make_unique<IsolateSafepoint>(this)), in Heap()