Home
last modified time | relevance | path

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

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