Searched refs:disallow_heap_allocation_ (Results 1 – 2 of 2) sorted by relevance
610 disallow_heap_allocation_ = new DisallowHeapAllocation(); in Deoptimizer()650 DCHECK(disallow_heap_allocation_ == NULL); in ~Deoptimizer()665 CHECK(disallow_heap_allocation_ != NULL); in DeleteFrameDescriptions()666 delete disallow_heap_allocation_; in DeleteFrameDescriptions()667 disallow_heap_allocation_ = NULL; in DeleteFrameDescriptions()
446 DisallowHeapAllocation* disallow_heap_allocation_; variable