Searched defs:allow_allocation (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dheap-inl.h561 inline bool Heap::allow_allocation(bool new_state) { function in class:v8::internal::Heap
762 old_state_ = HEAP->allow_allocation(false);
767 HEAP->allow_allocation(old_state_);
772 old_state_ = HEAP->allow_allocation(true);
777 HEAP->allow_allocation(old_state_);
H A Dheap.cc386 allow_allocation(false);
416 allow_allocation(true);
872 { DisableAssertNoAllocation allow_allocation; local
/external/chromium_org/v8/src/
H A Dheap.cc1019 { AllowHeapAllocation allow_allocation; local

Completed in 140 milliseconds