Home
last modified time | relevance | path

Searched refs:allocation_step_in_progress_ (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dheap.h1383 bool allocation_step_in_progress() { return allocation_step_in_progress_; } in allocation_step_in_progress()
1385 allocation_step_in_progress_ = val; in set_allocation_step_in_progress()
2032 bool allocation_step_in_progress_ = false; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.h1647 bool allocation_step_in_progress() { return allocation_step_in_progress_; } in allocation_step_in_progress()
1649 allocation_step_in_progress_ = val; in set_allocation_step_in_progress()
2312 bool allocation_step_in_progress_; variable
H A Dheap.cc176 allocation_step_in_progress_(false), in Heap()