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

Public Member Functions

 ProfilingMigrationObserver (Heap *heap)
 
void Move (AllocationSpace dest, Tagged< HeapObject > src, Tagged< HeapObject > dst, int size) final
 
- Public Member Functions inherited from v8::internal::MigrationObserver
 MigrationObserver (Heap *heap)
 
virtual ~MigrationObserver ()=default
 

Additional Inherited Members

- Protected Attributes inherited from v8::internal::MigrationObserver
Heapheap_
 

Detailed Description

Definition at line 1413 of file mark-compact.cc.

Constructor & Destructor Documentation

◆ ProfilingMigrationObserver()

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

Definition at line 1415 of file mark-compact.cc.

Member Function Documentation

◆ Move()

void v8::internal::ProfilingMigrationObserver::Move ( AllocationSpace dest,
Tagged< HeapObject > src,
Tagged< HeapObject > dst,
int size )
inlinefinalvirtual

Implements v8::internal::MigrationObserver.

Definition at line 1417 of file mark-compact.cc.

Here is the call graph for this function:

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