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

  /external/v8/src/
heap-inl.h 719 HEAP->linear_allocation_scope_depth_++;
724 HEAP->linear_allocation_scope_depth_--;
725 ASSERT(HEAP->linear_allocation_scope_depth_ >= 0);
heap.h 511 return linear_allocation_scope_depth_ != 0;
1623 int linear_allocation_scope_depth_; member in class:v8::internal::Heap
    [all...]
heap.cc 98 linear_allocation_scope_depth_(0),
    [all...]
  /external/chromium_org/v8/src/
heap.h 592 return linear_allocation_scope_depth_ != 0;
    [all...]
heap.cc 98 linear_allocation_scope_depth_(0),
    [all...]

Completed in 116 milliseconds