Home
last modified time | relevance | path

Searched refs:allow_allocation (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dheap.h788 static inline bool allow_allocation(bool enable);
1482 old_state_ = Heap::allow_allocation(false); in AssertNoAllocation()
1486 Heap::allow_allocation(old_state_); in ~AssertNoAllocation()
1496 old_state_ = Heap::allow_allocation(true); in DisableAssertNoAllocation()
1500 Heap::allow_allocation(old_state_); in ~DisableAssertNoAllocation()
Dzone.h141 static bool allow_allocation() { return allow_allocation_; } in allow_allocation() function
Dzone-inl.h39 ASSERT(AssertNoZoneAllocation::allow_allocation()); in New()
Dheap-inl.h350 inline bool Heap::allow_allocation(bool new_state) { in allow_allocation() function
Dheap.cc306 allow_allocation(false); in GarbageCollectionPrologue()
338 allow_allocation(true); in GarbageCollectionEpilogue()
579 DisableAssertNoAllocation allow_allocation; in PerformGarbageCollection() local