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

  /external/v8/src/
heap-inl.h 707 ASSERT(HEAP->always_allocate_scope_depth_ == 0);
708 HEAP->always_allocate_scope_depth_++;
713 HEAP->always_allocate_scope_depth_--;
714 ASSERT(HEAP->always_allocate_scope_depth_ == 0);
heap.h 506 bool always_allocate() { return always_allocate_scope_depth_ != 0; }
508 return reinterpret_cast<Address>(&always_allocate_scope_depth_);
1622 int always_allocate_scope_depth_; member in class:v8::internal::Heap
    [all...]
heap.cc 97 always_allocate_scope_depth_(0),
    [all...]
  /external/chromium_org/v8/src/
heap-inl.h 836 ASSERT(HEAP->always_allocate_scope_depth_ == 0);
837 HEAP->always_allocate_scope_depth_++;
842 HEAP->always_allocate_scope_depth_--;
843 ASSERT(HEAP->always_allocate_scope_depth_ == 0);
heap.h 587 bool always_allocate() { return always_allocate_scope_depth_ != 0; }
589 return reinterpret_cast<Address>(&always_allocate_scope_depth_);
    [all...]
heap.cc 97 always_allocate_scope_depth_(0),
    [all...]

Completed in 64 milliseconds