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

  /external/v8/src/
spaces.cc 131 current_allocation_block_index_(0) {
155 current_allocation_block_index_ = 0;
170 for (current_allocation_block_index_++;
171 current_allocation_block_index_ < allocation_list_.length();
172 current_allocation_block_index_++) {
173 if (requested <= allocation_list_[current_allocation_block_index_].size) {
197 for (current_allocation_block_index_ = 0;
198 current_allocation_block_index_ < allocation_list_.length();
199 current_allocation_block_index_++) {
200 if (requested <= allocation_list_[current_allocation_block_index_].size)
    [all...]
spaces.h 869 // The block at current_allocation_block_index_ is the current block.
871 int current_allocation_block_index_; member in class:v8::internal::CodeRange
    [all...]

Completed in 76 milliseconds