V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::StressScavengeObserver Class Reference
Inheritance diagram for v8::internal::StressScavengeObserver:
v8::internal::AllocationObserver

Public Member Functions

 StressScavengeObserver (Heap &heap)
 
void Step (int bytes_allocated, Address soon_object, size_t size) override
 
bool HasRequestedGC () const
 
void RequestedGCDone ()
 
double MaxNewSpaceSizeReached () const
 
- Public Member Functions inherited from v8::internal::AllocationObserver
 AllocationObserver (intptr_t step_size)
 
void AllocationStep (int bytes_allocated, Address soon_object, size_t size)
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::AllocationObserver
intptr_t step_size () const
 
intptr_t bytes_to_next_step () const
 
virtual intptr_t GetNextStepSize ()
 
- Protected Attributes inherited from v8::internal::AllocationObserver
intptr_t step_size_
 
intptr_t bytes_to_next_step_
 

Detailed Description

Definition at line 13 of file stress-scavenge-observer.h.


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