Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dspaces.h513 bool IsInlineAllocationEnabled() const { return use_lab_; } in IsInlineAllocationEnabled() function
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc930 DCHECK_IMPLIES(!space->IsInlineAllocationEnabled(), in FillUpOneNewSpacePage()