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 152 List<CodeRange::FreeBlock> CodeRange::allocation_list_(0);
171 allocation_list_.Add(FreeBlock(code_range_->address(), code_range_->size()));
188 current_allocation_block_index_ < allocation_list_.length();
190 if (requested <= allocation_list_[current_allocation_block_index_].size) {
196 free_list_.AddAll(allocation_list_);
197 allocation_list_.Clear();
209 allocation_list_.Add(merged);
215 current_allocation_block_index_ < allocation_list_.length();
217 if (requested <= allocation_list_[current_allocation_block_index_].size) {
229 ASSERT(current_allocation_block_index_ < allocation_list_.length())
    [all...]
spaces.h 374 static List<FreeBlock> allocation_list_; member in class:v8::internal::CodeRange
    [all...]

Completed in 50 milliseconds