HomeSort by relevance Sort by last modified time
    Searched refs:disallow_allocation_failure_ (Results 1 - 6 of 6) 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...]
  /external/chromium_org/v8/src/
heap-inl.h 221 !disallow_allocation_failure_ &&
877 old_state_ = HEAP->disallow_allocation_failure_;
878 HEAP->disallow_allocation_failure_ = true;
885 HEAP->disallow_allocation_failure_ = old_state_;
heap.h     [all...]
heap.cc 119 disallow_allocation_failure_(false),
    [all...]

Completed in 623 milliseconds