v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
marking.h File Reference
#include <cstdint>
#include "src/base/atomic-utils.h"
#include "src/common/globals.h"
#include "src/heap/marking-worklist.h"
#include "src/objects/heap-object.h"
Include dependency graph for 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::MarkBit
 
class  v8::internal::MarkingBitmap
 
struct  v8::internal::MarkingHelper
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

template<>
bool v8::internal::MarkBit::Set< AccessMode::NON_ATOMIC > ()
 
template<>
bool v8::internal::MarkBit::Set< AccessMode::ATOMIC > ()
 
template<>
bool v8::internal::MarkBit::Get< AccessMode::NON_ATOMIC > () const
 
template<>
bool v8::internal::MarkBit::Get< AccessMode::ATOMIC > () const