Home
last modified time | relevance | path

Searched refs:max_young_generation_size_in_bytes (Results 1 - 5 of 5) sorted by relevance

/third_party/node/src/
H A Dnode_main_instance.cc92 isolate_params_->constraints.max_young_generation_size_in_bytes(); in NodeMainInstance()
H A Dnode_worker.cc111 constraints->max_young_generation_size_in_bytes() / kMB; in UpdateResourceConstraints()
185 params.constraints.max_young_generation_size_in_bytes(); in WorkerThreadData()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h134 size_t max_young_generation_size_in_bytes() const { in max_young_generation_size_in_bytes() function in v8::ResourceConstraints
/third_party/node/deps/v8/include/
H A Dv8-isolate.h134 size_t max_young_generation_size_in_bytes() const { in max_young_generation_size_in_bytes() function in v8::ResourceConstraints
/third_party/node/deps/v8/src/heap/
H A Dheap.cc5165 if (constraints.max_young_generation_size_in_bytes() > 0) { in ConfigureHeap()
5167 constraints.max_young_generation_size_in_bytes()); in ConfigureHeap()

Completed in 17 milliseconds