Searched refs:VerifyAll (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | heap_verifier.h | 94 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 D | heap_verifier.cpp | 32 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 D | verification.h | 98 void VerifyAll() const; 119 void VerifyAll() const;
|
H A D | verification.cpp | 429 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 D | full_gc.cpp | 62 Verification(heap_, VerifyKind::VERIFY_SHARED_RSET_POST_FULL_GC).VerifyAll(); in RunPhases()
|
H A D | heap.cpp | 103 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 D | gc_lang.cpp | 58 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 D | shared_concurrent_marker.cpp | 56 SharedHeapVerification(sHeap_, VerifyKind::VERIFY_PRE_SHARED_GC).VerifyAll(); in Mark()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
H A D | gen-gc.cpp | 269 size_t failsCount = youngVerifier.VerifyAll(); in VerifyCollectAndMove()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_object_test.cpp | 1363 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 D | g1-gc.cpp | 1432 size_t failsCount = collectVerifier.VerifyAll(std::move(aliveMemRange)); in VerifyCollectAndMove()
|
Completed in 16 milliseconds