Home
last modified time | relevance | path

Searched refs:PushSegmentSize (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dscavenger-inl.h30 return regular_object_promotion_list_local_.PushSegmentSize() + in LocalPushSegmentSize()
31 large_object_promotion_list_local_.PushSegmentSize(); in LocalPushSegmentSize()
/third_party/node/deps/v8/src/heap/base/
Dworklist.h305 size_t PushSegmentSize() const { return push_segment_->Size(); } in PushSegmentSize() function