Home
last modified time | relevance | path

Searched refs:GetNextStepSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dsampling-heap-profiler.h179 intptr_t GetNextStepSize() override { return GetNextSampleInterval(rate_); } in GetNextStepSize() function
/external/v8/src/heap/
Dheap.h2645 step_size_ = GetNextStepSize(); in AllocationStep()
2669 virtual intptr_t GetNextStepSize() { return step_size_; } in GetNextStepSize() function