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

  /external/chromium_org/v8/src/
spaces.cc 109 allocation_list_(0),
146 allocation_list_.Add(FreeBlock(aligned_base, size));
163 current_allocation_block_index_ < allocation_list_.length();
165 if (requested <= allocation_list_[current_allocation_block_index_].size) {
171 free_list_.AddAll(allocation_list_);
172 allocation_list_.Clear();
184 allocation_list_.Add(merged);
190 current_allocation_block_index_ < allocation_list_.length();
192 if (requested <= allocation_list_[current_allocation_block_index_].size) {
206 ASSERT(current_allocation_block_index_ < allocation_list_.length())
    [all...]
spaces.h 982 List<FreeBlock> allocation_list_; member in class:v8::internal::CodeRange
    [all...]

Completed in 54 milliseconds