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

  /external/v8/src/heap/
spaces.cc 95 allocation_list_(0),
130 allocation_list_.Add(FreeBlock(aligned_base, size));
147 current_allocation_block_index_ < allocation_list_.length();
149 if (requested <= allocation_list_[current_allocation_block_index_].size) {
155 free_list_.AddAll(allocation_list_);
156 allocation_list_.Clear();
168 allocation_list_.Add(merged);
174 current_allocation_block_index_ < allocation_list_.length();
176 if (requested <= allocation_list_[current_allocation_block_index_].size) {
190 DCHECK(allocation_list_.length() == 0 |
    [all...]
spaces.h 928 List<FreeBlock> allocation_list_; member in class:v8::internal::CodeRange
    [all...]

Completed in 237 milliseconds