Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h921 bool inline_allocation_disabled() { return inline_allocation_disabled_; } in inline_allocation_disabled()
2109 bool inline_allocation_disabled_; variable
Dheap.cc187 inline_allocation_disabled_(false), in Heap()
4557 if (!inline_allocation_disabled_) return; in EnableInlineAllocation()
4558 inline_allocation_disabled_ = false; in EnableInlineAllocation()
4566 if (inline_allocation_disabled_) return; in DisableInlineAllocation()
4567 inline_allocation_disabled_ = true; in DisableInlineAllocation()