Home
last modified time | relevance | path

Searched refs:disallow_heap_allocation_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddeoptimizer.cc514 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()
Ddeoptimizer.h637 DisallowHeapAllocation* disallow_heap_allocation_; variable