![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
MigrationObserver (Heap *heap) | |
virtual | ~MigrationObserver ()=default |
virtual void | Move (AllocationSpace dest, Tagged< HeapObject > src, Tagged< HeapObject > dst, int size)=0 |
Protected Attributes | |
Heap * | heap_ |
Definition at line 1401 of file mark-compact.cc.
|
inlineexplicit |
Definition at line 1403 of file mark-compact.cc.
|
virtualdefault |
|
pure virtual |
Implemented in v8::internal::ProfilingMigrationObserver.
|
protected |
Definition at line 1410 of file mark-compact.cc.