Home
last modified time | relevance | path

Searched refs:VerifyAll (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_verifier.h94 size_t VerifyAll() const in VerifyAll() function in ark::mem::HeapVerifier
111 size_t VerifyAll() const;
156 size_t VerifyAll(PandaVector<MemRange> &&aliveMemRanges = PandaVector<MemRange>());
H A Dheap_verifier.cpp32 size_t failCount = VerifyAll(); in VerifyAllPaused()
157 size_t FastHeapVerifier<LanguageConfig>::VerifyAll() const in VerifyAll() function in ark::mem::FastHeapVerifier
312 size_t HeapVerifierIntoGC<LanguageConfig>::VerifyAll(PandaVector<MemRange> &&aliveMemRanges) in VerifyAll() function in ark::mem::HeapVerifierIntoGC
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dverification.h98 void VerifyAll() const;
119 void VerifyAll() const;
H A Dverification.cpp429 void Verification::VerifyAll() const in VerifyAll() function in panda::ecmascript::Verification
507 Verification(heap, VerifyKind::VERIFY_MARK_EDEN).VerifyAll(); in VerifyMark()
510 Verification(heap, VerifyKind::VERIFY_MARK_YOUNG).VerifyAll(); in VerifyMark()
513 Verification(heap, VerifyKind::VERIFY_MARK_FULL).VerifyAll(); in VerifyMark()
523 Verification(heap, VerifyKind::VERIFY_EVACUATE_EDEN).VerifyAll(); in VerifyEvacuate()
526 Verification(heap, VerifyKind::VERIFY_EVACUATE_YOUNG).VerifyAll(); in VerifyEvacuate()
529 Verification(heap, VerifyKind::VERIFY_EVACUATE_OLD).VerifyAll(); in VerifyEvacuate()
534 void SharedHeapVerification::VerifyAll() const in VerifyAll() function in panda::ecmascript::SharedHeapVerification
835 Verification(localHeap, localVerifyKind).VerifyAll(); in VerifyHeap()
H A Dfull_gc.cpp62 Verification(heap_, VerifyKind::VERIFY_SHARED_RSET_POST_FULL_GC).VerifyAll(); in RunPhases()
H A Dheap.cpp103 SharedHeapVerification(this, VerifyKind::VERIFY_PRE_SHARED_GC).VerifyAll(); in ForceCollectGarbageWithoutDaemonThread()
122 SharedHeapVerification(this, VerifyKind::VERIFY_POST_SHARED_GC).VerifyAll(); in ForceCollectGarbageWithoutDaemonThread()
385 SharedHeapVerification(this, VerifyKind::VERIFY_PRE_SHARED_GC).VerifyAll(); in DaemonCollectGarbage()
405 SharedHeapVerification(this, VerifyKind::VERIFY_POST_SHARED_GC).VerifyAll(); in DaemonCollectGarbage()
1111 Verification(this, VerifyKind::VERIFY_PRE_GC).VerifyAll(); in CollectGarbage()
1273 Verification(this, VerifyKind::VERIFY_POST_GC).VerifyAll(); in CollectGarbage()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
H A Dgc_lang.cpp58 return FastHeapVerifier<LanguageConfig>(GetPandaVm()->GetHeapManager()).VerifyAll(); in VerifyHeap()
60 return HeapVerifier<LanguageConfig>(GetPandaVm()->GetHeapManager()).VerifyAll(); in VerifyHeap()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.cpp56 SharedHeapVerification(sHeap_, VerifyKind::VERIFY_PRE_SHARED_GC).VerifyAll(); in Mark()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.cpp269 size_t failsCount = youngVerifier.VerifyAll(); in VerifyCollectAndMove()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp1363 Verification(heap).VerifyAll(); in HWTEST_F_L0()
1366 SharedHeapVerification(sHeap, VerifyKind::VERIFY_PRE_SHARED_GC).VerifyAll(); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp1432 size_t failsCount = collectVerifier.VerifyAll(std::move(aliveMemRange)); in VerifyCollectAndMove()

Completed in 16 milliseconds