HomeSort by relevance Sort by last modified time
    Searched refs:CurrentAllocationAddress (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/cctest/
test-serialize.cc 185 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_SPACE)
    [all...]
  /external/chromium_org/v8/src/
mksnapshot.cc 95 sink.PutInt(serializer.CurrentAllocationAddress(spaces[i]), "spaces");
100 sink.PutInt(context_serializer.CurrentAllocationAddress(spaces[i]),
206 prefix, name, ser.CurrentAllocationAddress(space));
serialize.h 385 int CurrentAllocationAddress(int space) const {
serialize.cc     [all...]

Completed in 459 milliseconds