![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| StressConcurrentAllocationObserver (Heap *heap) | |
| void | Step (int bytes_allocated, Address, size_t) override |
Public Member Functions inherited from v8::internal::AllocationObserver | |
| AllocationObserver (intptr_t step_size) | |
| virtual | ~AllocationObserver ()=default |
| AllocationObserver (const AllocationObserver &)=delete | |
| AllocationObserver & | operator= (const AllocationObserver &)=delete |
Private Attributes | |
| Heap * | heap_ |
Additional Inherited Members | |
Static Public Attributes inherited from v8::internal::AllocationObserver | |
| static constexpr intptr_t | kNotUsingFixedStepSize = -1 |
Protected Member Functions inherited from v8::internal::AllocationObserver | |
| virtual intptr_t | GetNextStepSize () |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements v8::internal::AllocationObserver.
Definition at line 5748 of file heap.cc.
|
private |