HomeSort by relevance Sort by last modified time
    Searched refs:disallow_heap_allocation_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
deoptimizer.cc 491 disallow_heap_allocation_ = new DisallowHeapAllocation();
525 DCHECK(disallow_heap_allocation_ == NULL);
540 CHECK(disallow_heap_allocation_ != NULL);
541 delete disallow_heap_allocation_;
542 disallow_heap_allocation_ = NULL;
    [all...]
deoptimizer.h 662 DisallowHeapAllocation* disallow_heap_allocation_; member in class:v8::internal::Deoptimizer
    [all...]

Completed in 167 milliseconds