#include <startup-serializer.h>
|
| | SerializedHandleChecker (Isolate *isolate, std::vector< Tagged< Context > > *contexts) |
| |
| void | VisitRootPointers (Root root, const char *description, FullObjectSlot start, FullObjectSlot end) override |
| |
| bool | CheckGlobalAndEternalHandles () |
| |
| virtual | ~RootVisitor ()=default |
| |
| virtual void | VisitRootPointer (Root root, const char *description, FullObjectSlot p) |
| |
| virtual void | VisitRootPointers (Root root, const char *description, OffHeapObjectSlot start, OffHeapObjectSlot end) |
| |
| virtual void | VisitRunningCode (FullObjectSlot code_slot, FullObjectSlot istream_or_smi_zero_slot) |
| |
| virtual void | Synchronize (VisitorSynchronization::SyncTag tag) |
| |
| virtual GarbageCollector | collector () const |
| |
Definition at line 60 of file startup-serializer.h.
◆ SerializedHandleChecker()
| v8::internal::SerializedHandleChecker::SerializedHandleChecker |
( |
Isolate * | isolate, |
|
|
std::vector< Tagged< Context > > * | contexts ) |
◆ AddToSet()
| void v8::internal::SerializedHandleChecker::AddToSet |
( |
Tagged< FixedArray > | serialized | ) |
|
|
private |
◆ CheckGlobalAndEternalHandles()
| bool v8::internal::SerializedHandleChecker::CheckGlobalAndEternalHandles |
( |
| ) |
|
◆ VisitRootPointers()
◆ isolate_
| Isolate* v8::internal::SerializedHandleChecker::isolate_ |
|
private |
◆ ok_
| bool v8::internal::SerializedHandleChecker::ok_ = true |
|
private |
◆ serialized_
The documentation for this class was generated from the following files: