Searched refs:CurrentAllocationAddress (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/test/cctest/ |
D | test-serialize.cc | 185 ser.CurrentAllocationAddress(NEW_SPACE), in WriteToFile() 186 ser.CurrentAllocationAddress(OLD_POINTER_SPACE), in WriteToFile() 187 ser.CurrentAllocationAddress(OLD_DATA_SPACE), in WriteToFile() 188 ser.CurrentAllocationAddress(CODE_SPACE), in WriteToFile() 189 ser.CurrentAllocationAddress(MAP_SPACE), in WriteToFile() 190 ser.CurrentAllocationAddress(CELL_SPACE), in WriteToFile() 191 ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE)); in WriteToFile() 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() [all …]
|
/external/chromium_org/v8/src/ |
D | mksnapshot.cc | 95 sink.PutInt(serializer.CurrentAllocationAddress(spaces[i]), "spaces"); in MaybeWriteStartupBlob() 100 sink.PutInt(context_serializer.CurrentAllocationAddress(spaces[i]), in MaybeWriteStartupBlob() 206 prefix, name, ser.CurrentAllocationAddress(space)); in WriteSizeVar()
|
D | serialize.h | 385 int CurrentAllocationAddress(int space) const { in CurrentAllocationAddress() function
|
D | serialize.cc | 1328 int offset = CurrentAllocationAddress(space) - address; in SerializeReferenceToPreviousObject() 2045 SetHeaderValue(kReservationsOffset + i, cs->CurrentAllocationAddress(i)); in SerializedCodeData()
|