Home | History | Annotate | Download | only in src

Lines Matching refs:disallow_heap_allocation_

610   disallow_heap_allocation_ = new DisallowHeapAllocation();
650 DCHECK(disallow_heap_allocation_ == NULL);
665 CHECK(disallow_heap_allocation_ != NULL);
666 delete disallow_heap_allocation_;
667 disallow_heap_allocation_ = NULL;