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

  /external/chromium_org/v8/src/heap/
spaces.cc 96 current_allocation_block_index_(0) {}
131 current_allocation_block_index_ = 0;
146 for (current_allocation_block_index_++;
147 current_allocation_block_index_ < allocation_list_.length();
148 current_allocation_block_index_++) {
149 if (requested <= allocation_list_[current_allocation_block_index_].size) {
173 for (current_allocation_block_index_ = 0;
174 current_allocation_block_index_ < allocation_list_.length();
175 current_allocation_block_index_++) {
176 if (requested <= allocation_list_[current_allocation_block_index_].size)
    [all...]
spaces.h 927 // The block at current_allocation_block_index_ is the current block.
929 int current_allocation_block_index_; member in class:v8::internal::CodeRange
    [all...]

Completed in 194 milliseconds