Home
last modified time | relevance | path

Searched refs:current_counter_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dallocation-observer.cc28 size_t observer_next_counter = current_counter_ + step_size; in AddAllocationObserver()
30 observers_.push_back(AllocationObserverCounter(observer, current_counter_, in AddAllocationObserver()
34 DCHECK_EQ(current_counter_, next_counter_); in AddAllocationObserver()
37 size_t missing_bytes = next_counter_ - current_counter_; in AddAllocationObserver()
38 next_counter_ = current_counter_ + in AddAllocationObserver()
59 current_counter_ = next_counter_ = 0; in RemoveAllocationObserver()
64 size_t left_in_step = observer_counter.next_counter_ - current_counter_; in RemoveAllocationObserver()
69 next_counter_ = current_counter_ + step_size; in RemoveAllocationObserver()
79 DCHECK_LT(allocated, next_counter_ - current_counter_); in AdvanceAllocationObservers()
80 current_counter_ in AdvanceAllocationObservers()
[all...]
H A Dallocation-observer.h77 return next_counter_ - current_counter_; in NextBytes()
110 size_t current_counter_ = 0; member in v8::internal::final
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc205 current_counter_.SetValue(counter); in Enter()
215 current_counter_.SetValue(cur_timer ? cur_timer->counter() : nullptr); in Leave()
237 current_counter_.SetValue(counter); in CorrectCurrentCounterId()
H A Druntime-call-stats.h611 RuntimeCallCounter* current_counter() { return current_counter_.Value(); } in current_counter()
654 base::AtomicValue<RuntimeCallCounter*> current_counter_; member in v8::internal::final

Completed in 4 milliseconds