v8/test/unittests/heap/cppgc
Anton Bikineev 5785d98b4b cppgc: Add initial implementation of young generation
This adds the following things:
- age table for 4K regions;
- generational barrier for mixed 4K regions;
- unmarking for major collections;
- young generation flags.

Bug: chromium:1029379
Change-Id: Ief1229f0dac5f90c5f06d3168c8ffb4b7d1f1b53
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2246566
Commit-Queue: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68379}
2020-06-17 06:48:10 +00:00
..
concurrent-sweeper-unittest.cc cppgc: Add initial implementation of young generation 2020-06-17 06:48:10 +00:00
custom-spaces-unittest.cc cppgc: Rework pre-finalizer registration 2020-06-11 20:12:21 +00:00
finalizer-trait-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
free-list-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
garbage-collected-unittest.cc cppgc: Introduce AllocationHandle 2020-06-10 23:11:20 +00:00
gc-info-unittest.cc cppgc: Add TraceCallback to GCInfo 2020-05-13 23:53:43 +00:00
gc-invoker-unittest.cc [unittests] Convert to the new MOCK_METHOD macro. 2020-06-10 15:50:38 +00:00
heap-growing-unittest.cc [unittests] Convert to the new MOCK_METHOD macro. 2020-06-10 15:50:38 +00:00
heap-object-header-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
heap-page-unittest.cc cppgc: Rework pre-finalizer registration 2020-06-11 20:12:21 +00:00
heap-unittest.cc cppgc: Clean up some tests 2020-06-16 10:00:59 +00:00
logging-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
marker-unittest.cc cppgc: Add initial implementation of young generation 2020-06-17 06:48:10 +00:00
marking-visitor-unittest.cc cppgc: Untangle MarkingVisitor 2020-06-16 15:50:12 +00:00
member-unittest.cc cppgc: Introduce AllocationHandle 2020-06-10 23:11:20 +00:00
minor-gc-unittest.cc cppgc: Add initial implementation of young generation 2020-06-17 06:48:10 +00:00
object-start-bitmap-unittest.cc Fix CountPopulation non-builtin implementation 2020-05-14 14:24:13 +00:00
page-memory-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
persistent-unittest.cc cppgc: Introduce AllocationHandle 2020-06-10 23:11:20 +00:00
prefinalizer-unittest.cc cppgc: Clean up some tests 2020-06-16 10:00:59 +00:00
run-all-unittests.cc cppgc: Hello world 2020-03-23 21:42:56 +00:00
source-location-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
stack-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
stats-collector-unittest.cc [unittests] Convert to the new MOCK_METHOD macro. 2020-06-10 15:50:38 +00:00
sweeper-unittest.cc cppgc: Add initial implementation of young generation 2020-06-17 06:48:10 +00:00
test-platform.cc cppgc: Rely on per-heap platform objects 2020-05-28 20:29:55 +00:00
test-platform.h cppgc: Rely on per-heap platform objects 2020-05-28 20:29:55 +00:00
tests.cc cppgc: Introduce HeapBase 2020-06-15 11:03:08 +00:00
tests.h cppgc: Introduce AllocationHandle 2020-06-10 23:11:20 +00:00
visitor-unittest.cc cppgc: Introduce AllocationHandle 2020-06-10 23:11:20 +00:00
worklist-unittest.cc cppgc: Rename unittest files 2020-05-08 08:50:48 +00:00
write-barrier-unittest.cc cppgc: Add initial implementation of young generation 2020-06-17 06:48:10 +00:00