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

  /external/v8/src/
spaces.cc 1014 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1);
1017 #define SET_NAME(name) allocated_histogram_[name].set_name(#name); \
    [all...]
spaces.h 1446 HistogramInfo* allocated_histogram_; member in class:v8::internal::NewSpace
    [all...]

Completed in 100 milliseconds