Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.h62 const ArrayBufferList& young() const { return young_; } in young() function in v8::internal::final
65 // Bytes accounted in the young generation. Rebuilt during sweeping.
66 size_t YoungBytes() const { return young().ApproximateBytes(); } in YoungBytes()
H A Darray-buffer-sweeper.cc79 SweepingJob(ArrayBufferList young, ArrayBufferList old, SweepingType type) in SweepingJob()
81 young_(std::move(young)), in SweepingJob()
H A Dnew-spaces.cc790 size_t bytes = heap()->array_buffer_sweeper()->young().BytesSlow(); in Verify()
/third_party/python/Modules/
H A Dgcmodule.c497 // move_unreachable's scan of the 'young' list - they've already been in visit_reachable()
509 * Move it back to move_unreachable's 'young' list, in visit_reachable()
528 /* This is in move_unreachable's 'young' list, but in visit_reachable()
536 * If gc_refs > 0, it must be in move_unreachable's 'young' in visit_reachable()
545 /* Move the unreachable objects from young to unreachable. After this,
546 * all objects in young don't have PREV_MASK_COLLECTING flag and
548 * All objects in young after this are directly or indirectly reachable
549 * from outside the original young; and all objects in unreachable are
552 * This function restores _gc_prev pointer. young and unreachable are
558 move_unreachable(PyGC_Head *young, PyGC_Hea argument
1185 PyGC_Head *young; /* the generation we are examining */ gc_collect_main() local
[all...]

Completed in 5 milliseconds