v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local Class Reference

#include <minor-mark-sweep.h>

Collaboration diagram for v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local:

Public Member Functions

 Local (YoungGenerationRememberedSetsMarkingWorklist *handler)
 
template<typename Visitor >
bool ProcessNextItem (Visitor *visitor)
 

Private Attributes

YoungGenerationRememberedSetsMarkingWorklist *const handler_
 
std::optional< size_tindex_
 

Detailed Description

Definition at line 38 of file minor-mark-sweep.h.

Constructor & Destructor Documentation

◆ Local()

v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local::Local ( YoungGenerationRememberedSetsMarkingWorklist * handler)
inlineexplicit

Definition at line 40 of file minor-mark-sweep.h.

Member Function Documentation

◆ ProcessNextItem()

template<typename Visitor >
bool v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local::ProcessNextItem ( Visitor * visitor)
inline

Definition at line 44 of file minor-mark-sweep.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ handler_

YoungGenerationRememberedSetsMarkingWorklist* const v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local::handler_
private

Definition at line 49 of file minor-mark-sweep.h.

◆ index_

std::optional<size_t> v8::internal::YoungGenerationRememberedSetsMarkingWorklist::Local::index_
private

Definition at line 50 of file minor-mark-sweep.h.


The documentation for this class was generated from the following file: