v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
incremental-marking.h File Reference
#include <cstdint>
#include <optional>
#include "src/base/hashing.h"
#include "src/base/logging.h"
#include "src/base/platform/mutex.h"
#include "src/base/platform/time.h"
#include "src/common/globals.h"
#include "src/heap/heap.h"
#include "src/heap/incremental-marking-job.h"
#include "src/heap/mark-compact.h"
#include "src/heap/mutable-page-metadata.h"
#include "src/tasks/cancelable-task.h"
Include dependency graph for incremental-marking.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::IncrementalMarking
 
class  v8::internal::IncrementalMarking::Observer
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Enumerations

enum class  v8::internal::StepOrigin { v8::internal::kV8 , v8::internal::kTask }
 

Functions

constexpr const char * v8::internal::ToString (StepOrigin step_origin)