v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
marking-inl.h File Reference
Include dependency graph for marking-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

template<>
void v8::internal::MarkingBitmap::SetBitsInCell< AccessMode::NON_ATOMIC > (uint32_t cell_index, MarkBit::CellType mask)
 
template<>
void v8::internal::MarkingBitmap::SetBitsInCell< AccessMode::ATOMIC > (uint32_t cell_index, MarkBit::CellType mask)
 
template<>
void v8::internal::MarkingBitmap::ClearBitsInCell< AccessMode::NON_ATOMIC > (uint32_t cell_index, MarkBit::CellType mask)
 
template<>
void v8::internal::MarkingBitmap::ClearBitsInCell< AccessMode::ATOMIC > (uint32_t cell_index, MarkBit::CellType mask)
 
template<>
void v8::internal::MarkingBitmap::ClearCellRangeRelaxed< AccessMode::ATOMIC > (uint32_t start_cell_index, uint32_t end_cell_index)
 
template<>
void v8::internal::MarkingBitmap::ClearCellRangeRelaxed< AccessMode::NON_ATOMIC > (uint32_t start_cell_index, uint32_t end_cell_index)
 
template<>
void v8::internal::MarkingBitmap::SetCellRangeRelaxed< AccessMode::ATOMIC > (uint32_t start_cell_index, uint32_t end_cell_index)
 
template<>
void v8::internal::MarkingBitmap::SetCellRangeRelaxed< AccessMode::NON_ATOMIC > (uint32_t start_cell_index, uint32_t end_cell_index)