Home
last modified time | relevance | path

Searched refs:new_space_size (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/extensions/
Dstatistics-extension.cc102 size_t new_space_size = 0; in GetCounters() local
107 new_space_size = heap->new_space()->Size(); in GetCounters()
114 {new_space_size, "new_space_live_bytes"}, in GetCounters()
/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc344 size_t new_space_size = (heap_->new_space() ? heap_->new_space()->Size() : 0); in StartInSafepoint() local
347 current_.young_object_size = new_space_size + new_lo_space_size; in StartInSafepoint()
Dheap.h2491 size_t* new_space_size; // 3 variable
Dheap.cc5354 *stats->new_space_size = NewSpaceSize(); in RecordStats()
/third_party/node/deps/v8/src/api/
Dapi.cc245 size_t new_space_size; in FatalProcessOutOfMemory() local
246 heap_stats.new_space_size = &new_space_size; in FatalProcessOutOfMemory()