![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <marking-verifier.h>
Private Attributes | |
| VerificationState | state_ |
Additional Inherited Members | |
Protected Types inherited from cppgc::internal::ConservativeTracingVisitor | |
| using | TraceConservativelyCallback |
Protected Member Functions inherited from cppgc::internal::MarkingVerifierBase | |
| MarkingVerifierBase (HeapBase &, CollectionType, VerificationState &, std::unique_ptr< cppgc::Visitor >) | |
Protected Member Functions inherited from cppgc::internal::ConservativeTracingVisitor | |
| virtual void | VisitFullyConstructedConservatively (HeapObjectHeader &) |
| void | TryTracePointerConservatively (ConstAddress address) |
Protected Attributes inherited from cppgc::internal::ConservativeTracingVisitor | |
| HeapBase & | heap_ |
| PageBackend & | page_backend_ |
| cppgc::Visitor & | visitor_ |
Definition at line 78 of file marking-verifier.h.
| cppgc::internal::MarkingVerifier::MarkingVerifier | ( | HeapBase & | heap_base, |
| CollectionType | collection_type ) |
Definition at line 286 of file marking-verifier.cc.
|
finaldefault |
|
private |
Definition at line 84 of file marking-verifier.h.