Searched refs:allocation_size_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dzone-inl.h66 allocation_size_ += size;
H A Dzone.h89 static unsigned allocation_size_; member in class:v8::internal::Zone
H A Dzone.cc78 unsigned Zone::allocation_size_ = 0; member in class:v8::internal::Zone
H A Dhydrogen.cc8163 start_allocation_size_ = Zone::allocation_size_;
8170 unsigned size = Zone::allocation_size_ - start_allocation_size_;

Completed in 414 milliseconds