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

  /external/v8/src/
flag-definitions.h 329 DEFINE_int(max_executable_size, 0, "max size of executable memory (in Mbytes)")
heap.h 440 intptr_t max_executable_size);
    [all...]
heap.cc     [all...]
api.cc 588 int max_executable_size = constraints->max_executable_size(); local
589 if (young_space_size != 0 || old_gen_size != 0 || max_executable_size != 0) {
594 max_executable_size);
    [all...]
  /external/v8/include/
v8.h 2572 int max_executable_size() { return max_executable_size_; } function in class:v8::ResourceConstraints
    [all...]

Completed in 131 milliseconds