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

#include <spaces.h>

Collaboration diagram for v8::internal::MemoryChunkIterator:

Public Member Functions

 MemoryChunkIterator (Heap *heap)
 
V8_INLINE bool HasNext ()
 
V8_INLINE MutablePageMetadataNext ()
 

Private Attributes

SpaceIterator space_iterator_
 
MutablePageMetadatacurrent_chunk_ = nullptr
 

Detailed Description

Definition at line 242 of file spaces.h.

Constructor & Destructor Documentation

◆ MemoryChunkIterator()

v8::internal::MemoryChunkIterator::MemoryChunkIterator ( Heap * heap)
inlineexplicit

Definition at line 244 of file spaces.h.

Member Function Documentation

◆ HasNext()

bool v8::internal::MemoryChunkIterator::HasNext ( )

Definition at line 116 of file spaces-inl.h.

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

◆ Next()

MutablePageMetadata * v8::internal::MemoryChunkIterator::Next ( )

Definition at line 128 of file spaces-inl.h.

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

Member Data Documentation

◆ current_chunk_

MutablePageMetadata* v8::internal::MemoryChunkIterator::current_chunk_ = nullptr
private

Definition at line 251 of file spaces.h.

◆ space_iterator_

SpaceIterator v8::internal::MemoryChunkIterator::space_iterator_
private

Definition at line 250 of file spaces.h.


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