Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.h42 bool is_sampling_allocations() { return !!sampling_heap_profiler_; } in is_sampling_allocations() function
/third_party/node/deps/v8/src/heap/
Dheap.cc3402 if (isolate()->heap_profiler()->is_sampling_allocations()) return false; in CanMoveObjectStart()