Searched refs:use_lab_ (Results 1 – 2 of 2) sorted by relevance
241 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()
513 bool IsInlineAllocationEnabled() const { return use_lab_; } in IsInlineAllocationEnabled()567 bool use_lab_ = true; variable