Searched refs:Verification (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | verification.h | 90 class Verification { class 92 explicit Verification(Heap *heap, VerifyKind verifyKind = VerifyKind::VERIFY_PRE_GC) in Verification() function in panda::ecmascript::Verification 94 ~Verification() = default; 106 NO_COPY_SEMANTIC(Verification); 107 NO_MOVE_SEMANTIC(Verification);
|
H A D | verification.cpp | 429 void Verification::VerifyAll() const in VerifyAll() 441 size_t Verification::VerifyRoot() const in VerifyRoot() 474 size_t Verification::VerifyHeap() const in VerifyHeap() 483 size_t Verification::VerifyOldToNewRSet() const in VerifyOldToNewRSet() 492 void Verification::VerifyObjectSlot(const ObjectSlot &slot, size_t *failCount) const in VerifyObjectSlot() 502 void Verification::VerifyMark(Heap *heap) in VerifyMark() 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() 518 void Verification [all...] |
H A D | partial_gc.cpp | 53 Verification::VerifyMark(heap_); in RunPhases() 62 Verification::VerifyEvacuate(heap_); in RunPhases()
|
H A D | full_gc.cpp | 62 Verification(heap_, VerifyKind::VERIFY_SHARED_RSET_POST_FULL_GC).VerifyAll(); in RunPhases()
|
H A D | heap.cpp | 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/verification/ |
H A D | verification.rb | 16 module Verification module 36 Verification.load_data(data)
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_verification_test.cpp | 41 auto verifier = Verification(heap); in HWTEST_F_L0() 43 auto funcVerify = [](TaggedObject *object, [[maybe_unused]] Verification &v, const Heap *heap) { in HWTEST_F_L0() 69 auto verifier = Verification(heap); in HWTEST_F_L0()
|
H A D | js_object_test.cpp | 1363 Verification(heap).VerifyAll(); in HWTEST_F_L0()
|
Completed in 9 milliseconds