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/heap/
spaces.cc 107 current_allocation_block_index_(0),
160 current_allocation_block_index_ = 0;
184 for (current_allocation_block_index_++;
185 current_allocation_block_index_ < allocation_list_.size();
186 current_allocation_block_index_++) {
187 if (requested <= allocation_list_[current_allocation_block_index_].size) {
212 for (current_allocation_block_index_ = 0;
213 current_allocation_block_index_ < allocation_list_.size();
214 current_allocation_block_index_++) {
215 if (requested <= allocation_list_[current_allocation_block_index_].size)
    [all...]
spaces.h 1159 size_t current_allocation_block_index_; member in class:v8::internal::CodeRange
    [all...]

Completed in 100 milliseconds