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

#include <paged-spaces.h>

Collaboration diagram for v8::internal::HeapObjectRange:

Classes

class  iterator
 

Public Member Functions

 HeapObjectRange (const PageMetadata *page)
 
iterator begin ()
 
iterator end ()
 

Private Attributes

const PageMetadata *const page_
 

Detailed Description

Definition at line 39 of file paged-spaces.h.

Constructor & Destructor Documentation

◆ HeapObjectRange()

v8::internal::HeapObjectRange::HeapObjectRange ( const PageMetadata * page)
inlineexplicit

Definition at line 72 of file paged-spaces.h.

Member Function Documentation

◆ begin()

HeapObjectRange::iterator v8::internal::HeapObjectRange::begin ( )
inline

Definition at line 65 of file paged-spaces-inl.h.

Here is the caller graph for this function:

◆ end()

HeapObjectRange::iterator v8::internal::HeapObjectRange::end ( )
inline

Definition at line 67 of file paged-spaces-inl.h.

Here is the caller graph for this function:

Member Data Documentation

◆ page_

const PageMetadata* const v8::internal::HeapObjectRange::page_
private

Definition at line 78 of file paged-spaces.h.


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