Searched refs:max_executable_size_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/heap/
H A Dheap.h1229 intptr_t MaxExecutableSize() { return max_executable_size_; }
2039 intptr_t max_executable_size_; member in class:v8::internal::Heap
H A Dheap.cc84 max_executable_size_(256ul * (kPointerSize / 4) * MB),
4882 max_executable_size_ = static_cast<intptr_t>(max_executable_size) * MB;
4894 max_executable_size_ = static_cast<intptr_t>(FLAG_max_executable_size) * MB;
4901 max_executable_size_ = ROUND_UP(max_executable_size_, Page::kPageSize);
4944 if (max_executable_size_ > max_old_generation_size_) {
4945 max_executable_size_ = max_old_generation_size_;
/external/v8/include/
H A Dv8.h4970 int max_executable_size() const { return max_executable_size_; }
4972 max_executable_size_ = limit_in_mb;
4985 int max_executable_size_; member in class:v8::ResourceConstraints
/external/v8/src/
H A Dapi.cc651 max_executable_size_(0),

Completed in 218 milliseconds