Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-serialize.cc444 StartupSerializer startup_serializer(isolate, &startup_sink); in UNINITIALIZED_TEST() local
445 startup_serializer.SerializeStrongReferences(); in UNINITIALIZED_TEST()
448 PartialSerializer p_ser(isolate, &startup_serializer, &partial_sink); in UNINITIALIZED_TEST()
450 startup_serializer.SerializeWeakReferences(); in UNINITIALIZED_TEST()
462 startup_serializer.CurrentAllocationAddress(NEW_SPACE), in UNINITIALIZED_TEST()
463 startup_serializer.CurrentAllocationAddress(OLD_POINTER_SPACE), in UNINITIALIZED_TEST()
464 startup_serializer.CurrentAllocationAddress(OLD_DATA_SPACE), in UNINITIALIZED_TEST()
465 startup_serializer.CurrentAllocationAddress(CODE_SPACE), in UNINITIALIZED_TEST()
466 startup_serializer.CurrentAllocationAddress(MAP_SPACE), in UNINITIALIZED_TEST()
467 startup_serializer.CurrentAllocationAddress(CELL_SPACE), in UNINITIALIZED_TEST()
[all …]