Home
last modified time | relevance | path

Searched refs:categories_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.h642 FreeListCategory categories_[kNumberOfCategories]; variable
723 callback(&categories_[i]); in ForAllFreeListCategories()
755 return &categories_[type]; in free_list_category()
1745 FreeListCategory* current = categories_[type]; in ForAllFreeListCategories()
1773 : current_(free_list->categories_[type]) {} in FreeListCategoryIterator()
1845 FreeListCategory* top(FreeListCategoryType type) { return categories_[type]; } in top()
1849 FreeListCategory* categories_[kNumberOfCategories]; variable
Dspaces.cc2456 categories_[i] = nullptr; in AllocateChunk()
2466 categories_[i] = nullptr; in AllocateChunk()
2516 if (categories_[type] == nullptr) return nullptr; in AllocateChunk()
2518 categories_[type]->TryPickNodeFromList(minimum_size, node_size); in AllocateChunk()
2691 FreeListCategory* top = categories_[type]; in AllocateChunk()
2701 categories_[type] = category; in AllocateChunk()
2707 FreeListCategory* top = categories_[type]; in AllocateChunk()
2711 categories_[type] = category->next(); in AllocateChunk()
2726 static_cast<void*>(categories_[type]), type); in AllocateChunk()
Dspaces-inl.h225 categories_[i].Initialize(static_cast<FreeListCategoryType>(i)); in InitializeFreeListCategories()