Searched refs:allocation_size_ (Results 1 – 4 of 4) sorted by relevance
66 allocation_size_ += size; in New()
89 static unsigned allocation_size_; variable
78 unsigned Zone::allocation_size_ = 0; member in v8::internal::Zone
8163 start_allocation_size_ = Zone::allocation_size_; in Begin()8170 unsigned size = Zone::allocation_size_ - start_allocation_size_; in End()