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

#include <heap.h>

Collaboration diagram for v8::internal::PagedSpaceIterator:

Public Member Functions

 PagedSpaceIterator (const Heap *heap)
 
PagedSpaceNext ()
 

Private Attributes

const Heap *const heap_
 
int counter_
 

Detailed Description

Definition at line 2593 of file heap.h.

Constructor & Destructor Documentation

◆ PagedSpaceIterator()

v8::internal::PagedSpaceIterator::PagedSpaceIterator ( const Heap * heap)
inlineexplicit

Definition at line 2595 of file heap.h.

Member Function Documentation

◆ Next()

PagedSpace * v8::internal::PagedSpaceIterator::Next ( )

Definition at line 6477 of file heap.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ counter_

int v8::internal::PagedSpaceIterator::counter_
private

Definition at line 2601 of file heap.h.

◆ heap_

const Heap* const v8::internal::PagedSpaceIterator::heap_
private

Definition at line 2600 of file heap.h.


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