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

  /external/v8/src/heap/
spaces.h 118 enum FreeListCategoryType {
137 static const int kSize = kIntSize + // FreeListCategoryType type_
151 void Initialize(FreeListCategoryType type) {
211 FreeListCategoryType type_;
754 FreeListCategory* free_list_category(FreeListCategoryType type) {
    [all...]
spaces.cc     [all...]
spaces-inl.h 225 categories_[i].Initialize(static_cast<FreeListCategoryType>(i));

Completed in 68 milliseconds