Searched refs:p_ser (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/cctest/ |
D | test-serialize.cc | 448 PartialSerializer p_ser(isolate, &startup_serializer, &partial_sink); in UNINITIALIZED_TEST() local 449 p_ser.Serialize(&raw_foo); in UNINITIALIZED_TEST() 453 p_ser.CurrentAllocationAddress(NEW_SPACE), in UNINITIALIZED_TEST() 454 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE), in UNINITIALIZED_TEST() 455 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE), in UNINITIALIZED_TEST() 456 p_ser.CurrentAllocationAddress(CODE_SPACE), in UNINITIALIZED_TEST() 457 p_ser.CurrentAllocationAddress(MAP_SPACE), in UNINITIALIZED_TEST() 458 p_ser.CurrentAllocationAddress(CELL_SPACE), in UNINITIALIZED_TEST() 459 p_ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE)); in UNINITIALIZED_TEST() 571 PartialSerializer p_ser(isolate, &startup_serializer, &partial_sink); in UNINITIALIZED_TEST() local [all …]
|