Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-inl.h193 !disallow_allocation_failure_ && in AllocateRaw()
749 old_state_ = HEAP->disallow_allocation_failure_; in DisallowAllocationFailure()
750 HEAP->disallow_allocation_failure_ = true; in DisallowAllocationFailure()
755 HEAP->disallow_allocation_failure_ = old_state_; in ~DisallowAllocationFailure()
Dheap.h1282 return disallow_allocation_failure_; in disallow_allocation_failure()
1682 bool disallow_allocation_failure_; variable
Dheap.cc118 disallow_allocation_failure_(false), in Heap()