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

  /external/v8/src/
spaces.cc 130 allocation_list_(0),
154 allocation_list_.Add(FreeBlock(aligned_base, size));
171 current_allocation_block_index_ < allocation_list_.length();
173 if (requested <= allocation_list_[current_allocation_block_index_].size) {
179 free_list_.AddAll(allocation_list_);
180 allocation_list_.Clear();
192 allocation_list_.Add(merged);
198 current_allocation_block_index_ < allocation_list_.length();
200 if (requested <= allocation_list_[current_allocation_block_index_].size) {
213 ASSERT(current_allocation_block_index_ < allocation_list_.length())
    [all...]
spaces.h 870 List<FreeBlock> allocation_list_; member in class:v8::internal::CodeRange
    [all...]

Completed in 57 milliseconds