Home
last modified time | relevance | path

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

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