v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
traced-handles-marking-visitor.h
Go to the documentation of this file.
1// Copyright 2022 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef V8_HEAP_TRACED_HANDLES_MARKING_VISITOR_H_
6#define V8_HEAP_TRACED_HANDLES_MARKING_VISITOR_H_
7
10#include "src/heap/heap.h"
11
12namespace v8 {
13namespace internal {
14
15// Marking visitor for conservatively marking handles creates through
16// `TracedHandles`. The visitor assumes that pointers (on stack, or
17// conservatively scanned on-heap) may point into traced handle nodes which
18// requires them to be kept alive.
35
36} // namespace internal
37} // namespace v8
38
39#endif // V8_HEAP_TRACED_HANDLES_MARKING_VISITOR_H_
ConservativeTracedHandlesMarkingVisitor(Heap &, MarkingWorklists::Local &, cppgc::internal::CollectionType)
std::vector< std::pair< const void *, const void * > > NodeBounds