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

Public Member Functions

 IdleScavengeObserver (Heap &heap, intptr_t step_size)
 
void Step (int bytes_allocated, Address, size_t) override
 
- 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 119 of file heap.cc.


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