Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dspaces.cc241 if (!use_lab_) { in ComputeLimit()
269 if (!use_lab_) return; in DisableInlineAllocation()
271 use_lab_ = false; in DisableInlineAllocation()
277 if (use_lab_) return; in EnableInlineAllocation()
279 use_lab_ = true; in EnableInlineAllocation()
Dspaces.h513 bool IsInlineAllocationEnabled() const { return use_lab_; } in IsInlineAllocationEnabled()
567 bool use_lab_ = true; variable