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

#include <compaction-worklists.h>

Collaboration diagram for cppgc::internal::CompactionWorklists:

Public Types

using MovableReference = const void*
 
using MovableReferencesWorklist
 

Public Member Functions

 CompactionWorklists ()=default
 
 CompactionWorklists (const CompactionWorklists &)=delete
 
CompactionWorklistsoperator= (const CompactionWorklists &)=delete
 
MovableReferencesWorklistmovable_slots_worklist ()
 
void ClearForTesting ()
 

Private Attributes

MovableReferencesWorklist movable_slots_worklist_
 

Detailed Description

Definition at line 15 of file compaction-worklists.h.

Member Typedef Documentation

◆ MovableReference

Definition at line 22 of file compaction-worklists.h.

◆ MovableReferencesWorklist

Constructor & Destructor Documentation

◆ CompactionWorklists() [1/2]

cppgc::internal::CompactionWorklists::CompactionWorklists ( )
default

◆ CompactionWorklists() [2/2]

cppgc::internal::CompactionWorklists::CompactionWorklists ( const CompactionWorklists & )
delete

Member Function Documentation

◆ ClearForTesting()

void cppgc::internal::CompactionWorklists::ClearForTesting ( )

Definition at line 11 of file compaction-worklists.cc.

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

◆ movable_slots_worklist()

MovableReferencesWorklist * cppgc::internal::CompactionWorklists::movable_slots_worklist ( )
inline

Definition at line 27 of file compaction-worklists.h.

Here is the caller graph for this function:

◆ operator=()

CompactionWorklists & cppgc::internal::CompactionWorklists::operator= ( const CompactionWorklists & )
delete

Member Data Documentation

◆ movable_slots_worklist_

MovableReferencesWorklist cppgc::internal::CompactionWorklists::movable_slots_worklist_
private

Definition at line 34 of file compaction-worklists.h.


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