#include <allocation-observer.h>
Definition at line 54 of file allocation-observer.h.
◆ AllocationCounter()
v8::internal::AllocationCounter::AllocationCounter |
( |
| ) |
|
|
default |
◆ AddAllocationObserver()
void v8::internal::AllocationCounter::AddAllocationObserver |
( |
AllocationObserver * | observer | ) |
|
◆ AdvanceAllocationObservers()
void v8::internal::AllocationCounter::AdvanceAllocationObservers |
( |
size_t | allocated | ) |
|
◆ InvokeAllocationObservers()
void v8::internal::AllocationCounter::InvokeAllocationObservers |
( |
Address | soon_object, |
|
|
size_t | object_size, |
|
|
size_t | aligned_object_size ) |
◆ IsStepInProgress()
bool v8::internal::AllocationCounter::IsStepInProgress |
( |
| ) |
const |
|
inline |
◆ NextBytes()
size_t v8::internal::AllocationCounter::NextBytes |
( |
| ) |
const |
|
inline |
◆ RemoveAllocationObserver()
void v8::internal::AllocationCounter::RemoveAllocationObserver |
( |
AllocationObserver * | observer | ) |
|
◆ current_counter_
size_t v8::internal::AllocationCounter::current_counter_ = 0 |
|
private |
◆ next_counter_
size_t v8::internal::AllocationCounter::next_counter_ = 0 |
|
private |
◆ observers_
◆ pending_added_
◆ pending_removed_
◆ step_in_progress_
bool v8::internal::AllocationCounter::step_in_progress_ = false |
|
private |
The documentation for this class was generated from the following files: