Home
last modified time | relevance | path

Searched refs:AssertActive (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.h35 AssertActive(); in IterateLocalHeaps()
42 void AssertActive() { local_heaps_mutex_.AssertHeld(); } in AssertActive() function
182 void AssertActive() { clients_mutex_.AssertHeld(); } in AssertActive() function
Dsafepoint.cc75 shared_isolate()->global_safepoint()->AssertActive(); in InitiateGlobalSafepointScope()
83 shared_isolate()->global_safepoint()->AssertActive(); in TryInitiateGlobalSafepointScope()
264 AssertActive(); in Iterate()
Dheap-inl.h602 heap_->safepoint()->AssertActive(); in CodeSpaceMemoryModificationScope()
Dnew-spaces.cc495 heap()->safepoint()->AssertActive(); in Grow()
Dpaged-spaces.cc235 heap()->safepoint()->AssertActive(); in VerifyCommittedPhysicalMemory()
Dheap.cc1451 safepoint()->AssertActive(); in GarbageCollectionEpilogueInSafepoint()
/third_party/node/deps/v8/src/objects/
Dstring-table.cc747 isolate_->heap()->safepoint()->AssertActive(); in IterateElements()
754 isolate_->heap()->safepoint()->AssertActive(); in DropOldData()
762 isolate_->heap()->safepoint()->AssertActive(); in NotifyElementsRemoved()
/third_party/node/deps/v8/src/handles/
Dpersistent-handles.cc125 isolate->heap()->safepoint()->AssertActive(); in Iterate()