Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dallocation-observer.h43 virtual intptr_t GetNextStepSize() { return step_size_; } in GetNextStepSize() function
/third_party/node/deps/v8/src/profiler/
Dsampling-heap-profiler.h151 intptr_t GetNextStepSize() override { return GetNextSampleInterval(rate_); } in GetNextStepSize() function