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

  /external/v8/src/heap/
spaces.cc 294 capacity_executable_(0),
304 capacity_executable_ = RoundUp(capacity_executable, Page::kPageSize);
305 DCHECK_GE(capacity_, capacity_executable_);
325 capacity_executable_ = 0;
701 if ((size_executable_.Value() + chunk_size) > capacity_executable_) {
    [all...]
spaces.h 1373 size_t capacity_executable_; member in class:v8::internal::MemoryAllocator
    [all...]

Completed in 5725 milliseconds