v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
new-spaces.h File Reference
#include <atomic>
#include <memory>
#include <numeric>
#include <optional>
#include "include/v8-internal.h"
#include "src/base/atomic-utils.h"
#include "src/base/logging.h"
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
#include "src/common/globals.h"
#include "src/heap/allocation-observer.h"
#include "src/heap/heap-verifier.h"
#include "src/heap/heap.h"
#include "src/heap/memory-chunk.h"
#include "src/heap/page-metadata.h"
#include "src/heap/paged-spaces.h"
#include "src/heap/spaces.h"
#include "src/objects/heap-object.h"
Include dependency graph for new-spaces.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::SemiSpace
 
class  v8::internal::SemiSpaceObjectIterator
 
class  v8::internal::NewSpace
 
class  v8::internal::SemiSpaceNewSpace
 
class  v8::internal::PagedSpaceForNewSpace
 
class  v8::internal::PagedNewSpace
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define DCHECK_SEMISPACE_ALLOCATION_TOP(top, space)
 

Enumerations

enum  v8::internal::SemiSpaceId { v8::internal::kFromSpace = 0 , v8::internal::kToSpace = 1 }
 

Macro Definition Documentation

◆ DCHECK_SEMISPACE_ALLOCATION_TOP

#define DCHECK_SEMISPACE_ALLOCATION_TOP ( top,
space )
Value:
SLOW_DCHECK((space).page_low() <= (top) && (top) <= (space).page_high())
#define SLOW_DCHECK(condition)
Definition checks.h:21

Definition at line 741 of file new-spaces.h.