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

Public Member Functions

 ConcurrentMinorSweeper (Sweeper *sweeper)
 
bool ConcurrentSweepSpace (JobDelegate *delegate)
 
bool ConcurrentSweepPromotedPages (JobDelegate *delegate)
 

Private Attributes

Sweeper *const sweeper_
 
LocalSweeper local_sweeper_
 

Detailed Description

Definition at line 80 of file sweeper.cc.

Constructor & Destructor Documentation

◆ ConcurrentMinorSweeper()

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

Definition at line 82 of file sweeper.cc.

Member Function Documentation

◆ ConcurrentSweepPromotedPages()

bool v8::internal::Sweeper::ConcurrentMinorSweeper::ConcurrentSweepPromotedPages ( JobDelegate * delegate)
inline

Definition at line 97 of file sweeper.cc.

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

◆ ConcurrentSweepSpace()

bool v8::internal::Sweeper::ConcurrentMinorSweeper::ConcurrentSweepSpace ( JobDelegate * delegate)
inline

Definition at line 85 of file sweeper.cc.

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

Member Data Documentation

◆ local_sweeper_

LocalSweeper v8::internal::Sweeper::ConcurrentMinorSweeper::local_sweeper_
private

Definition at line 105 of file sweeper.cc.

◆ sweeper_

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

Definition at line 104 of file sweeper.cc.


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