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

  /external/v8/src/
heap-inl.h 193 !disallow_allocation_failure_ &&
749 old_state_ = HEAP->disallow_allocation_failure_;
750 HEAP->disallow_allocation_failure_ = true;
755 HEAP->disallow_allocation_failure_ = old_state_;
heap.h 1682 bool disallow_allocation_failure_; member in class:v8::internal::Heap
    [all...]
heap.cc 118 disallow_allocation_failure_(false),
    [all...]

Completed in 32 milliseconds