Searched refs:allow_allocation (Results 1 – 6 of 6) sorted by relevance
561 inline bool Heap::allow_allocation(bool new_state) { in allow_allocation() function762 old_state_ = HEAP->allow_allocation(false); in AssertNoAllocation()767 HEAP->allow_allocation(old_state_); in ~AssertNoAllocation()772 old_state_ = HEAP->allow_allocation(true); in DisableAssertNoAllocation()777 HEAP->allow_allocation(old_state_); in ~DisableAssertNoAllocation()
419 ASSERT(HEAP->allow_allocation(false)); in Deoptimizer()439 ASSERT(!HEAP->allow_allocation(true)); in DeleteFrameDescriptions()
1279 inline bool allow_allocation(bool enable);
386 allow_allocation(false); in GarbageCollectionPrologue()416 allow_allocation(true); in GarbageCollectionEpilogue()872 { DisableAssertNoAllocation allow_allocation; in PerformGarbageCollection() local
2433 ASSERT(!HEAP->allow_allocation(false));3470 ASSERT(!HEAP->allow_allocation(false));
1415 ASSERT(info->isolate()->heap()->allow_allocation(false)); in HGlobalValueNumberer()1420 ASSERT(!info_->isolate()->heap()->allow_allocation(true)); in ~HGlobalValueNumberer()