Home
last modified time | relevance | path

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

/external/v8/src/
Dzone-inl.h66 allocation_size_ += size; in New()
Dzone.h89 static unsigned allocation_size_; variable
Dzone.cc78 unsigned Zone::allocation_size_ = 0; member in v8::internal::Zone
Dhydrogen.cc8163 start_allocation_size_ = Zone::allocation_size_; in Begin()
8170 unsigned size = Zone::allocation_size_ - start_allocation_size_; in End()