Searched refs:disallow_heap_allocation_ (Results 1 – 2 of 2) sorted by relevance
493 disallow_heap_allocation_ = new DisallowHeapAllocation(); in Deoptimizer()527 DCHECK(disallow_heap_allocation_ == NULL); in ~Deoptimizer()542 CHECK(disallow_heap_allocation_ != NULL); in DeleteFrameDescriptions()543 delete disallow_heap_allocation_; in DeleteFrameDescriptions()544 disallow_heap_allocation_ = NULL; in DeleteFrameDescriptions()
624 DisallowHeapAllocation* disallow_heap_allocation_; variable