v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
minor-mark-sweep.h File Reference
#include <atomic>
#include <memory>
#include <optional>
#include <vector>
#include "src/base/macros.h"
#include "src/common/globals.h"
#include "src/heap/heap.h"
#include "src/heap/index-generator.h"
#include "src/heap/marking-state.h"
#include "src/heap/marking-worklist.h"
#include "src/heap/parallel-work-item.h"
#include "src/heap/pretenuring-handler.h"
#include "src/heap/slot-set.h"
#include "src/heap/sweeper.h"
#include "src/heap/young-generation-marking-visitor.h"
Include dependency graph for minor-mark-sweep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::YoungGenerationRememberedSetsMarkingWorklist
 
class  v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local
 
class  v8::internal::YoungGenerationRememberedSetsMarkingWorklist::MarkingItem
 
class  v8::internal::YoungGenerationRootMarkingVisitor
 
class  v8::internal::MinorMarkSweepCollector
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Typedefs

using v8::internal::YoungGenerationMainMarkingVisitor