Searched refs:VerifyKind (Results 1 – 5 of 5) sorted by relevance
53 VerifyKind verifyKind = VerifyKind::VERIFY_PRE_GC)83 VerifyKind verifyKind_;88 explicit Verification(Heap *heap, VerifyKind verifyKind = VerifyKind::VERIFY_PRE_GC)105 VerifyKind verifyKind_;
60 … VerifyKind::VERIFY_CONCURRENT_MARK_FULL : VerifyKind::VERIFY_CONCURRENT_MARK_YOUNG).VerifyAll(); in RunPhases()71 VerifyKind::VERIFY_EVACUATE_OLD : VerifyKind::VERIFY_EVACUATE_YOUNG).VerifyAll(); in RunPhases()
140 case VerifyKind::VERIFY_PRE_GC: in VerifyObjectSlotLegal()141 case VerifyKind::VERIFY_POST_GC: in VerifyObjectSlotLegal()143 case VerifyKind::VERIFY_CONCURRENT_MARK_YOUNG: in VerifyObjectSlotLegal()146 case VerifyKind::VERIFY_EVACUATE_YOUNG: in VerifyObjectSlotLegal()149 case VerifyKind::VERIFY_CONCURRENT_MARK_FULL: in VerifyObjectSlotLegal()152 case VerifyKind::VERIFY_EVACUATE_OLD: in VerifyObjectSlotLegal()155 case VerifyKind::VERIFY_EVACUATE_FULL: in VerifyObjectSlotLegal()
80 enum class VerifyKind { enum538 size_t VerifyHeapObjects(VerifyKind verifyKind = VerifyKind::VERIFY_PRE_GC) const;539 size_t VerifyOldToNewRSet(VerifyKind verifyKind = VerifyKind::VERIFY_PRE_GC) const;
378 Verification(this, VerifyKind::VERIFY_PRE_GC).VerifyAll(); in CollectGarbage()506 Verification(this, VerifyKind::VERIFY_POST_GC).VerifyAll(); in CollectGarbage()598 size_t Heap::VerifyHeapObjects(VerifyKind verifyKind) const in VerifyHeapObjects()607 if (verifyKind == VerifyKind::VERIFY_EVACUATE_YOUNG || in VerifyHeapObjects()608 verifyKind == VerifyKind::VERIFY_EVACUATE_OLD || in VerifyHeapObjects()609 verifyKind == VerifyKind::VERIFY_EVACUATE_FULL) { in VerifyHeapObjects()651 size_t Heap::VerifyOldToNewRSet(VerifyKind verifyKind) const in VerifyOldToNewRSet()