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

#include <new-spaces.h>

Inheritance diagram for v8::internal::SemiSpaceObjectIterator:
Collaboration diagram for v8::internal::SemiSpaceObjectIterator:

Public Member Functions

 SemiSpaceObjectIterator (const SemiSpaceNewSpace *space)
 
Tagged< HeapObjectNext () final
 
- Public Member Functions inherited from v8::internal::ObjectIterator
virtual ~ObjectIterator ()
 

Private Attributes

Address current_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Malloced
static void * operator new (size_t size)
 
static void operator delete (void *p)
 

Detailed Description

Definition at line 178 of file new-spaces.h.

Constructor & Destructor Documentation

◆ SemiSpaceObjectIterator()

v8::internal::SemiSpaceObjectIterator::SemiSpaceObjectIterator ( const SemiSpaceNewSpace * space)
inlineexplicit

Definition at line 64 of file new-spaces-inl.h.

Member Function Documentation

◆ Next()

Tagged< HeapObject > v8::internal::SemiSpaceObjectIterator::Next ( )
inlinefinalvirtual

Implements v8::internal::ObjectIterator.

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

Here is the call graph for this function:

Member Data Documentation

◆ current_

Address v8::internal::SemiSpaceObjectIterator::current_
private

Definition at line 187 of file new-spaces.h.


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