Searched refs:CurrentAllocationAddress (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | mksnapshot.cc | 340 partial_ser.CurrentAllocationAddress(i::NEW_SPACE), in main() 341 partial_ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE), in main() 342 partial_ser.CurrentAllocationAddress(i::OLD_DATA_SPACE), in main() 343 partial_ser.CurrentAllocationAddress(i::CODE_SPACE), in main() 344 partial_ser.CurrentAllocationAddress(i::MAP_SPACE), in main() 345 partial_ser.CurrentAllocationAddress(i::CELL_SPACE), in main() 346 partial_ser.CurrentAllocationAddress(i::LO_SPACE)); in main()
|
D | serialize.h | 464 int CurrentAllocationAddress(int space) { in CurrentAllocationAddress() function
|
D | serialize.cc | 1277 int offset = CurrentAllocationAddress(space) - address; in SerializeReferenceToPreviousObject() 1282 if ((CurrentAllocationAddress(space) >> kPageSizeBits) == in SerializeReferenceToPreviousObject()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 390 partial_sink.WriteSpaceUsed(p_ser.CurrentAllocationAddress(NEW_SPACE), in TEST() 391 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE), in TEST() 392 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE), in TEST() 393 p_ser.CurrentAllocationAddress(CODE_SPACE), in TEST() 394 p_ser.CurrentAllocationAddress(MAP_SPACE), in TEST() 395 p_ser.CurrentAllocationAddress(CELL_SPACE), in TEST() 396 p_ser.CurrentAllocationAddress(LO_SPACE)); in TEST() 509 partial_sink.WriteSpaceUsed(p_ser.CurrentAllocationAddress(NEW_SPACE), in TEST() 510 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE), in TEST() 511 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE), in TEST() [all …]
|