Searched refs:CurrentAllocationAddress (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc185 ser.CurrentAllocationAddress(NEW_SPACE),
186 ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
187 ser.CurrentAllocationAddress(OLD_DATA_SPACE),
188 ser.CurrentAllocationAddress(CODE_SPACE),
189 ser.CurrentAllocationAddress(MAP_SPACE),
190 ser.CurrentAllocationAddress(CELL_SPACE),
191 ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
453 p_ser.CurrentAllocationAddress(NEW_SPACE),
454 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
455 p_ser.CurrentAllocationAddress(OLD_DATA_SPAC
[all...]
/external/chromium_org/v8/src/
H A Dmksnapshot.cc95 sink.PutInt(serializer.CurrentAllocationAddress(spaces[i]), "spaces");
100 sink.PutInt(context_serializer.CurrentAllocationAddress(spaces[i]),
206 prefix, name, ser.CurrentAllocationAddress(space));
H A Dserialize.h385 int CurrentAllocationAddress(int space) const { function in class:v8::internal::Serializer
H A Dserialize.cc1328 int offset = CurrentAllocationAddress(space) - address;
2045 SetHeaderValue(kReservationsOffset + i, cs->CurrentAllocationAddress(i));

Completed in 210 milliseconds