v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Sweeper::ConcurrentMajorSweeper Class Referencefinal
Collaboration diagram for v8::internal::Sweeper::ConcurrentMajorSweeper:

Public Member Functions

 ConcurrentMajorSweeper (Sweeper *sweeper)
 
bool ConcurrentSweepSpace (AllocationSpace identity, JobDelegate *delegate)
 
void Finalize ()
 

Private Attributes

Sweeper *const sweeper_
 
LocalSweeper local_sweeper_
 

Detailed Description

Definition at line 51 of file sweeper.cc.

Constructor & Destructor Documentation

◆ ConcurrentMajorSweeper()

v8::internal::Sweeper::ConcurrentMajorSweeper::ConcurrentMajorSweeper ( Sweeper * sweeper)
inlineexplicit

Definition at line 53 of file sweeper.cc.

Member Function Documentation

◆ ConcurrentSweepSpace()

bool v8::internal::Sweeper::ConcurrentMajorSweeper::ConcurrentSweepSpace ( AllocationSpace identity,
JobDelegate * delegate )
inline

Definition at line 56 of file sweeper.cc.

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

◆ Finalize()

void v8::internal::Sweeper::ConcurrentMajorSweeper::Finalize ( )
inline

Definition at line 70 of file sweeper.cc.

Member Data Documentation

◆ local_sweeper_

LocalSweeper v8::internal::Sweeper::ConcurrentMajorSweeper::local_sweeper_
private

Definition at line 74 of file sweeper.cc.

◆ sweeper_

Sweeper* const v8::internal::Sweeper::ConcurrentMajorSweeper::sweeper_
private

Definition at line 73 of file sweeper.cc.


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