HomeSort by relevance Sort by last modified time
    Searched refs:always_allocate_scope_depth_ (Results 1 - 3 of 3) 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...]

Completed in 72 milliseconds