Searched refs:disallow_heap_allocation_ (Results 1 – 2 of 2) sorted by relevance
514 disallow_heap_allocation_ = new DisallowHeapAllocation(); in Deoptimizer()567 DCHECK_NULL(disallow_heap_allocation_); in ~Deoptimizer()582 DCHECK_NOT_NULL(disallow_heap_allocation_); in DeleteFrameDescriptions()583 delete disallow_heap_allocation_; in DeleteFrameDescriptions()584 disallow_heap_allocation_ = nullptr; in DeleteFrameDescriptions()
637 DisallowHeapAllocation* disallow_heap_allocation_; variable